Color Hex Logo

#bd87db Color Hex

#BD87DB
(189,135,219)
0 Favorites   0 Comments

Color spaces of #bd87db

RGB 189135219
HSL0.770.540.69
HSV279°38°86°
CMYK 0.140.380.00   0.14
XYZ42.436433.261271.2012
Yxy33.26120.28890.2264
Hunter Lab57.672530.4163-32.8273
CIE-Lab64.371835.7221-35.0236

#bd87db color RGB value is (189,135,219).

#bd87db hex color red value is 189, green value is 135 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd87db hue: 0.77 , saturation: 0.54 and the lightness value of bd87db is 0.69.

The process color (four color CMYK) of #bd87db color hex is 0.14, 0.38, 0.00, 0.14. Web safe color of #bd87db is #cc99cc. Color #bd87db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 11011011
Octal 275 207 333
Decimal 189 135 219
Hex BD 87 DB

RGB Percentages of Color #bd87db

%34.81
%24.86
%40.33

CMYK Percentages of Color #bd87db

%14
%38
%0
%14

Triadic Colors of #bd87db

#bd87db #dbbd87 #87dbbd

Analogous Colors of #bd87db

#bd87db #db87cf #9387db

Monochromatic Colors of #bd87db

#bd87db

Complementary Color

#bd87db #a5db87

#bd87db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd87db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd87db Color CSS Codes

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

#bd87db Text Font Color

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

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


#bd87db Background Color

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

This div background color is #bd87db


#bd87db Border Color

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

This div border color is #bd87db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd87db


Comments

No comments written yet.

Please login to write comment.