Color Hex Logo

#bd87cd Color Hex

#BD87CD
(189,135,205)
0 Favorites   0 Comments

Color spaces of #bd87cd

RGB 189135205
HSL0.800.410.67
HSV286°34°80°
CMYK 0.080.340.00   0.20
XYZ40.669732.554561.8977
Yxy32.55450.30100.2409
Hunter Lab57.056627.3852-24.3811
CIE-Lab63.798532.8147-28.0956

#bd87cd color RGB value is (189,135,205).

#bd87cd hex color red value is 189, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd87cd hue: 0.80 , saturation: 0.41 and the lightness value of bd87cd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 11001101
Octal 275 207 315
Decimal 189 135 205
Hex BD 87 CD

RGB Percentages of Color #bd87cd

%35.73
%25.52
%38.75

CMYK Percentages of Color #bd87cd

%8
%34
%0
%20

Triadic Colors of #bd87cd

#bd87cd #cdbd87 #87cdbd

Analogous Colors of #bd87cd

#bd87cd #cd87ba #9a87cd

Monochromatic Colors of #bd87cd

#bd87cd

Complementary Color

#bd87cd #97cd87

#bd87cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd87cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd87cd Color CSS Codes

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

#bd87cd Text Font Color

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

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


#bd87cd Background Color

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

This div background color is #bd87cd


#bd87cd Border Color

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

This div border color is #bd87cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,135,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd87cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd87cd


Comments

No comments written yet.

Please login to write comment.