Color Hex Logo

#cd87db Color Hex

#CD87DB
(205,135,219)
0 Favorites   0 Comments

Color spaces of #cd87db

RGB 205135219
HSL0.810.540.69
HSV290°38°86°
CMYK 0.060.380.00   0.14
XYZ46.627035.421671.3974
Yxy35.42160.30390.2308
Hunter Lab59.516035.6902-29.4650
CIE-Lab66.075640.5648-32.2454

#cd87db color RGB value is (205,135,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000111 11011011
Octal 315 207 333
Decimal 205 135 219
Hex CD 87 DB

RGB Percentages of Color #cd87db

%36.67
%24.15
%39.18

CMYK Percentages of Color #cd87db

%6
%38
%0
%14

Triadic Colors of #cd87db

#cd87db #dbcd87 #87dbcd

Analogous Colors of #cd87db

#cd87db #db87bf #a387db

Monochromatic Colors of #cd87db

#cd87db

Complementary Color

#cd87db #95db87

#cd87db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd87db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd87db Color CSS Codes

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

#cd87db Text Font Color

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

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


#cd87db Background Color

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

This div background color is #cd87db


#cd87db Border Color

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

This div border color is #cd87db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd87db


Comments

No comments written yet.

Please login to write comment.