Color Hex Logo

#b019bb Color Hex

#B019BB
(176,25,187)
0 Favorites   0 Comments

Color spaces of #b019bb

RGB 17625187
HSL0.820.760.42
HSV296°87°73°
CMYK 0.060.870.00   0.27
XYZ27.221813.513248.1873
Yxy13.51320.30610.1520
Hunter Lab36.760367.8526-51.9882
CIE-Lab43.526673.0015-49.7806

#b019bb color RGB value is (176,25,187).

#b019bb hex color red value is 176, green value is 25 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b019bb hue: 0.82 , saturation: 0.76 and the lightness value of b019bb is 0.42.

The process color (four color CMYK) of #b019bb color hex is 0.06, 0.87, 0.00, 0.27. Web safe color of #b019bb is #9900cc. Color #b019bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011001 10111011
Octal 260 31 273
Decimal 176 25 187
Hex B0 19 BB

RGB Percentages of Color #b019bb

%45.36
%6.44
%48.20

CMYK Percentages of Color #b019bb

%6
%87
%0
%27

Triadic Colors of #b019bb

#b019bb #bbb019 #19bbb0

Analogous Colors of #b019bb

#b019bb #bb1975 #5f19bb

Monochromatic Colors of #b019bb

#b019bb

Complementary Color

#b019bb #24bb19

#b019bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b019bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b019bb Color CSS Codes

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

#b019bb Text Font Color

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

This sample text font color is #b019bb
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.


#b019bb Background Color

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

This div background color is #b019bb


#b019bb Border Color

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

This div border color is #b019bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b019bb


Comments

No comments written yet.

Please login to write comment.