Color Hex Logo

#bb07cb Color Hex

#BB07CB
(187,7,203)
0 Favorites   0 Comments

Color spaces of #bb07cb

RGB 1877203
HSL0.820.930.41
HSV295°97°80°
CMYK 0.080.970.00   0.20
XYZ31.349015.028657.7484
Yxy15.02860.30110.1443
Hunter Lab38.766776.5035-61.1839
CIE-Lab45.673379.6271-55.5579

#bb07cb color RGB value is (187,7,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000111 11001011
Octal 273 7 313
Decimal 187 7 203
Hex BB 7 CB

RGB Percentages of Color #bb07cb

%47.10
%1.76
%51.13

CMYK Percentages of Color #bb07cb

%8
%97
%0
%20

Triadic Colors of #bb07cb

#bb07cb #cbbb07 #07cbbb

Analogous Colors of #bb07cb

#bb07cb #cb0779 #5907cb

Monochromatic Colors of #bb07cb

#bb07cb

Complementary Color

#bb07cb #17cb07

#bb07cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb07cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb07cb Color CSS Codes

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

#bb07cb Text Font Color

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

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


#bb07cb Background Color

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

This div background color is #bb07cb


#bb07cb Border Color

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

This div border color is #bb07cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,7,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 #bb07cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb07cb


Comments

No comments written yet.

Please login to write comment.