Color Hex Logo

#bb93cb Color Hex

#BB93CB
(187,147,203)
0 Favorites   0 Comments

Color spaces of #bb93cb

RGB 187147203
HSL0.790.350.69
HSV283°28°80°
CMYK 0.080.280.00   0.20
XYZ41.706735.744061.2010
Yxy35.74400.30080.2578
Hunter Lab59.786319.8950-18.8426
CIE-Lab66.323925.1052-23.1176

#bb93cb color RGB value is (187,147,203).

#bb93cb hex color red value is 187, green value is 147 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb93cb hue: 0.79 , saturation: 0.35 and the lightness value of bb93cb is 0.69.

The process color (four color CMYK) of #bb93cb color hex is 0.08, 0.28, 0.00, 0.20. Web safe color of #bb93cb is #cc99cc. Color #bb93cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 11001011
Octal 273 223 313
Decimal 187 147 203
Hex BB 93 CB

RGB Percentages of Color #bb93cb

%34.82
%27.37
%37.80

CMYK Percentages of Color #bb93cb

%8
%28
%0
%20

Triadic Colors of #bb93cb

#bb93cb #cbbb93 #93cbbb

Analogous Colors of #bb93cb

#bb93cb #cb93bf #9f93cb

Monochromatic Colors of #bb93cb

#bb93cb

Complementary Color

#bb93cb #a3cb93

#bb93cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb93cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb93cb Color CSS Codes

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

#bb93cb Text Font Color

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

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


#bb93cb Background Color

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

This div background color is #bb93cb


#bb93cb Border Color

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

This div border color is #bb93cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb93cb


Comments

No comments written yet.

Please login to write comment.