Color Hex Logo

#bb08cb Color Hex

#BB08CB
(187,8,203)
0 Favorites   0 Comments

Color spaces of #bb08cb

RGB 1878203
HSL0.820.920.41
HSV295°96°80°
CMYK 0.080.960.00   0.20
XYZ31.359815.050357.7521
Yxy15.05030.30110.1445
Hunter Lab38.794776.4001-61.1063
CIE-Lab45.703079.5389-55.5102

#bb08cb color RGB value is (187,8,203).

#bb08cb hex color red value is 187, green value is 8 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb08cb hue: 0.82 , saturation: 0.92 and the lightness value of bb08cb is 0.41.

The process color (four color CMYK) of #bb08cb color hex is 0.08, 0.96, 0.00, 0.20. Web safe color of #bb08cb is #cc00cc. Color #bb08cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 11001011
Octal 273 10 313
Decimal 187 8 203
Hex BB 8 CB

RGB Percentages of Color #bb08cb

%46.98
%2.01
%51.01

CMYK Percentages of Color #bb08cb

%8
%96
%0
%20

Triadic Colors of #bb08cb

#bb08cb #cbbb08 #08cbbb

Analogous Colors of #bb08cb

#bb08cb #cb087a #5a08cb

Monochromatic Colors of #bb08cb

#bb08cb

Complementary Color

#bb08cb #18cb08

#bb08cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb08cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb08cb Color CSS Codes

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

#bb08cb Text Font Color

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

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


#bb08cb Background Color

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

This div background color is #bb08cb


#bb08cb Border Color

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

This div border color is #bb08cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb08cb


Comments

No comments written yet.

Please login to write comment.