Color Hex Logo

#bd88cb Color Hex

#BD88CB
(189,136,203)
0 Favorites   0 Comments

Color spaces of #bd88cb

RGB 189136203
HSL0.800.390.66
HSV287°33°80°
CMYK 0.070.330.00   0.20
XYZ40.569932.738960.6809
Yxy32.73890.30280.2443
Hunter Lab57.217926.4326-22.8258
CIE-Lab63.948931.8580-26.7434

#bd88cb color RGB value is (189,136,203).

#bd88cb hex color red value is 189, green value is 136 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd88cb hue: 0.80 , saturation: 0.39 and the lightness value of bd88cb is 0.66.

The process color (four color CMYK) of #bd88cb color hex is 0.07, 0.33, 0.00, 0.20. Web safe color of #bd88cb is #cc99cc. Color #bd88cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 11001011
Octal 275 210 313
Decimal 189 136 203
Hex BD 88 CB

RGB Percentages of Color #bd88cb

%35.80
%25.76
%38.45

CMYK Percentages of Color #bd88cb

%7
%33
%0
%20

Triadic Colors of #bd88cb

#bd88cb #cbbd88 #88cbbd

Analogous Colors of #bd88cb

#bd88cb #cb88b8 #9c88cb

Monochromatic Colors of #bd88cb

#bd88cb

Complementary Color

#bd88cb #96cb88

#bd88cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd88cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd88cb Color CSS Codes

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

#bd88cb Text Font Color

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

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


#bd88cb Background Color

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

This div background color is #bd88cb


#bd88cb Border Color

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

This div border color is #bd88cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd88cb


Comments

No comments written yet.

Please login to write comment.