Color Hex Logo

#bb5ccb Color Hex

#BB5CCB
(187,92,203)
0 Favorites   0 Comments

Color spaces of #bb5ccb

RGB 18792203
HSL0.810.520.58
HSV291°55°80°
CMYK 0.080.550.00   0.20
XYZ35.100222.530958.9988
Yxy22.53090.30100.1932
Hunter Lab47.466748.9286-40.4678
CIE-Lab54.585854.4747-41.3516

#bb5ccb color RGB value is (187,92,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011100 11001011
Octal 273 134 313
Decimal 187 92 203
Hex BB 5C CB

RGB Percentages of Color #bb5ccb

%38.80
%19.09
%42.12

CMYK Percentages of Color #bb5ccb

%8
%55
%0
%20

Triadic Colors of #bb5ccb

#bb5ccb #cbbb5c #5ccbbb

Analogous Colors of #bb5ccb

#bb5ccb #cb5ca4 #845ccb

Monochromatic Colors of #bb5ccb

#bb5ccb

Complementary Color

#bb5ccb #6ccb5c

#bb5ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5ccb Color CSS Codes

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

#bb5ccb Text Font Color

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

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


#bb5ccb Background Color

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

This div background color is #bb5ccb


#bb5ccb Border Color

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

This div border color is #bb5ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5ccb


Comments

No comments written yet.

Please login to write comment.