color codes Logo

#b019dc color codes

#B019DC
(176,25,220)
0 Favorites   0 Comments

Color spaces of #b019dc

RGB 17625220
HSL0.800.800.48
HSV286°89°86°
CMYK 0.200.890.00   0.14
XYZ31.170415.092768.9805
Yxy15.09270.27050.1310
Hunter Lab38.849375.2315-78.0802
CIE-Lab45.760978.5924-65.2876

#b019dc color RGB value is (176,25,220).

#b019dc hex color red value is 176, green value is 25 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b019dc hue: 0.80 , saturation: 0.80 and the lightness value of b019dc is 0.48.

The process color (four color CMYK) of #b019dc color code is 0.20, 0.89, 0.00, 0.14. Web safe color of #b019dc is #9900cc. Color #b019dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011001 11011100
Octal 260 31 334
Decimal 176 25 220
Hex B0 19 DC

RGB Percentages of Color #b019dc

%41.81
%5.94
%52.26

CMYK Percentages of Color #b019dc

%20
%89
%0
%14

Triadic Colors of #b019dc

#b019dc #dcb019 #19dcb0

Analogous Colors of #b019dc

#b019dc #dc19a7 #4f19dc

Monochromatic Colors of #b019dc

#b019dc

Complementary Color

#b019dc #45dc19

#b019dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b019dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b019dc Color CSS Codes

.mybgcolor {background-color:#b019dc; } 
.myforecolor {color:#b019dc; }
.mybordercolor {border:3px solid #b019dc; }

#b019dc Text Font Color

<p style="color:#b019dc">Text here</p>

This sample text font color is #b019dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b019dc Background Color

<div style="background-color:#b019dc">
Div content here</div>

This div background color is #b019dc


#b019dc Border Color

<div style="border:3px solid #b019dc">
Div here</div>

This div border color is #b019dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,25,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b019dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b019dc;
  -webkit-box-shadow: 1px 1px 3px 2px #b019dc;
  box-shadow:         1px 1px 3px 2px #b019dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,25,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b019dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b019dc;
  -webkit-box-shadow: 1px 1px 3px 2px #b019dc;
  box-shadow:         1px 1px 3px 2px #b019dc;">
Div content here</div>

This div box has shadow with color #b019dc


Comments

No comments written yet.

Please login to write comment.