Color Hex Logo

#cd8eaa Color Hex

#CD8EAA
(205,142,170)
0 Favorites   0 Comments

Color spaces of #cd8eaa

RGB 205142170
HSL0.930.390.68
HSV333°31°80°
CMYK 0.000.310.17   0.20
XYZ42.105535.227442.6106
Yxy35.22740.35100.2937
Hunter Lab59.352722.7629-1.0187
CIE-Lab65.925328.0302-5.0398

#cd8eaa color RGB value is (205,142,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001110 10101010
Octal 315 216 252
Decimal 205 142 170
Hex CD 8E AA

RGB Percentages of Color #cd8eaa

%39.65
%27.47
%32.88

CMYK Percentages of Color #cd8eaa

%0
%31
%17
%20

Triadic Colors of #cd8eaa

#cd8eaa #aacd8e #8eaacd

Analogous Colors of #cd8eaa

#cd8eaa #cd928e #cd8eca

Monochromatic Colors of #cd8eaa

#cd8eaa

Complementary Color

#cd8eaa #8ecdb1

#cd8eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8eaa Color CSS Codes

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

#cd8eaa Text Font Color

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

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


#cd8eaa Background Color

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

This div background color is #cd8eaa


#cd8eaa Border Color

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

This div border color is #cd8eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8eaa


Comments

No comments written yet.

Please login to write comment.