Color Hex Logo

#cd85aa Color Hex

#CD85AA
(205,133,170)
0 Favorites   0 Comments

Color spaces of #cd85aa

RGB 205133170
HSL0.910.420.66
HSV329°35°80°
CMYK 0.000.350.17   0.20
XYZ40.820132.656542.1821
Yxy32.65650.35290.2824
Hunter Lab57.145927.4998-3.7627
CIE-Lab63.881832.9197-8.0711

#cd85aa color RGB value is (205,133,170).

#cd85aa hex color red value is 205, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cd85aa hue: 0.91 , saturation: 0.42 and the lightness value of cd85aa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000101 10101010
Octal 315 205 252
Decimal 205 133 170
Hex CD 85 AA

RGB Percentages of Color #cd85aa

%40.35
%26.18
%33.46

CMYK Percentages of Color #cd85aa

%0
%35
%17
%20

Triadic Colors of #cd85aa

#cd85aa #aacd85 #85aacd

Analogous Colors of #cd85aa

#cd85aa #cd8586 #cc85cd

Monochromatic Colors of #cd85aa

#cd85aa

Complementary Color

#cd85aa #85cda8

#cd85aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd85aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd85aa Color CSS Codes

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

#cd85aa Text Font Color

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

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


#cd85aa Background Color

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

This div background color is #cd85aa


#cd85aa Border Color

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

This div border color is #cd85aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd85aa


Comments

No comments written yet.

Please login to write comment.