Color Hex Logo

#bb62cb Color Hex

#BB62CB
(187,98,203)
0 Favorites   0 Comments

Color spaces of #bb62cb

RGB 18798203
HSL0.810.500.59
HSV291°52°80°
CMYK 0.080.520.00   0.20
XYZ35.640723.612059.1790
Yxy23.61200.30090.1994
Hunter Lab48.592245.8873-38.1930
CIE-Lab55.697251.5162-39.6013

#bb62cb color RGB value is (187,98,203).

#bb62cb hex color red value is 187, green value is 98 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb62cb hue: 0.81 , saturation: 0.50 and the lightness value of bb62cb is 0.59.

The process color (four color CMYK) of #bb62cb color hex is 0.08, 0.52, 0.00, 0.20. Web safe color of #bb62cb is #cc66cc. Color #bb62cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100010 11001011
Octal 273 142 313
Decimal 187 98 203
Hex BB 62 CB

RGB Percentages of Color #bb62cb

%38.32
%20.08
%41.60

CMYK Percentages of Color #bb62cb

%8
%52
%0
%20

Triadic Colors of #bb62cb

#bb62cb #cbbb62 #62cbbb

Analogous Colors of #bb62cb

#bb62cb #cb62a7 #8762cb

Monochromatic Colors of #bb62cb

#bb62cb

Complementary Color

#bb62cb #72cb62

#bb62cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb62cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb62cb Color CSS Codes

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

#bb62cb Text Font Color

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

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


#bb62cb Background Color

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

This div background color is #bb62cb


#bb62cb Border Color

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

This div border color is #bb62cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb62cb


Comments

No comments written yet.

Please login to write comment.