Color Hex Logo

#cd87bc Color Hex

#CD87BC
(205,135,188)
0 Favorites   0 Comments

Color spaces of #cd87bc

RGB 205135188
HSL0.870.410.67
HSV315°34°80°
CMYK 0.000.340.08   0.20
XYZ42.917933.937951.8656
Yxy33.93790.33340.2637
Hunter Lab58.256229.5541-12.0066
CIE-Lab64.913234.8284-16.6903

#cd87bc color RGB value is (205,135,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000111 10111100
Octal 315 207 274
Decimal 205 135 188
Hex CD 87 BC

RGB Percentages of Color #cd87bc

%38.83
%25.57
%35.61

CMYK Percentages of Color #cd87bc

%0
%34
%8
%20

Triadic Colors of #cd87bc

#cd87bc #bccd87 #87bccd

Analogous Colors of #cd87bc

#cd87bc #cd8799 #bb87cd

Monochromatic Colors of #cd87bc

#cd87bc

Complementary Color

#cd87bc #87cd98

#cd87bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd87bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd87bc Color CSS Codes

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

#cd87bc Text Font Color

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

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


#cd87bc Background Color

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

This div background color is #cd87bc


#cd87bc Border Color

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

This div border color is #cd87bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd87bc


Comments

No comments written yet.

Please login to write comment.