Color Hex Logo

#bb39cb Color Hex

#BB39CB
(187,57,203)
0 Favorites   0 Comments

Color spaces of #bb39cb

RGB 18757203
HSL0.820.580.51
HSV293°72°80°
CMYK 0.080.720.00   0.20
XYZ32.736117.802858.2108
Yxy17.80280.30100.1637
Hunter Lab42.193464.6524-52.2623
CIE-Lab49.256069.2063-49.8117

#bb39cb color RGB value is (187,57,203).

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

The process color (four color CMYK) of #bb39cb color hex is 0.08, 0.72, 0.00, 0.20. Web safe color of #bb39cb is #cc33cc. Color #bb39cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111001 11001011
Octal 273 71 313
Decimal 187 57 203
Hex BB 39 CB

RGB Percentages of Color #bb39cb

%41.83
%12.75
%45.41

CMYK Percentages of Color #bb39cb

%8
%72
%0
%20

Triadic Colors of #bb39cb

#bb39cb #cbbb39 #39cbbb

Analogous Colors of #bb39cb

#bb39cb #cb3992 #7239cb

Monochromatic Colors of #bb39cb

#bb39cb

Complementary Color

#bb39cb #49cb39

#bb39cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb39cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb39cb Color CSS Codes

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

#bb39cb Text Font Color

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

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


#bb39cb Background Color

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

This div background color is #bb39cb


#bb39cb Border Color

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

This div border color is #bb39cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb39cb


Comments

No comments written yet.

Please login to write comment.