Color Hex Logo

#cd8ead Color Hex

#CD8EAD
(205,142,173)
0 Favorites   0 Comments

Color spaces of #cd8ead

RGB 205142173
HSL0.920.390.68
HSV330°31°80°
CMYK 0.000.310.16   0.20
XYZ42.392735.342344.1226
Yxy35.34230.34790.2900
Hunter Lab59.449423.2499-2.3897
CIE-Lab66.014328.5114-6.5967

#cd8ead color RGB value is (205,142,173).

#cd8ead hex color red value is 205, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cd8ead hue: 0.92 , saturation: 0.39 and the lightness value of cd8ead is 0.68.

The process color (four color CMYK) of #cd8ead color hex is 0.00, 0.31, 0.16, 0.20. Web safe color of #cd8ead is #cc9999. Color #cd8ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001110 10101101
Octal 315 216 255
Decimal 205 142 173
Hex CD 8E AD

RGB Percentages of Color #cd8ead

%39.42
%27.31
%33.27

CMYK Percentages of Color #cd8ead

%0
%31
%16
%20

Triadic Colors of #cd8ead

#cd8ead #adcd8e #8eadcd

Analogous Colors of #cd8ead

#cd8ead #cd8f8e #cd8ecd

Monochromatic Colors of #cd8ead

#cd8ead

Complementary Color

#cd8ead #8ecdae

#cd8ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8ead Color CSS Codes

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

#cd8ead Text Font Color

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

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


#cd8ead Background Color

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

This div background color is #cd8ead


#cd8ead Border Color

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

This div border color is #cd8ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8ead


Comments

No comments written yet.

Please login to write comment.