Color Hex Logo

#cd92aa Color Hex

#CD92AA
(205,146,170)
0 Favorites   0 Comments

Color spaces of #cd92aa

RGB 205146170
HSL0.930.370.69
HSV336°29°80°
CMYK 0.000.290.17   0.20
XYZ42.711436.439242.8125
Yxy36.43920.35020.2988
Hunter Lab60.364920.65980.2053
CIE-Lab66.854225.8463-3.6691

#cd92aa color RGB value is (205,146,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010010 10101010
Octal 315 222 252
Decimal 205 146 170
Hex CD 92 AA

RGB Percentages of Color #cd92aa

%39.35
%28.02
%32.63

CMYK Percentages of Color #cd92aa

%0
%29
%17
%20

Triadic Colors of #cd92aa

#cd92aa #aacd92 #92aacd

Analogous Colors of #cd92aa

#cd92aa #cd9892 #cd92c8

Monochromatic Colors of #cd92aa

#cd92aa

Complementary Color

#cd92aa #92cdb5

#cd92aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd92aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd92aa Color CSS Codes

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

#cd92aa Text Font Color

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

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


#cd92aa Background Color

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

This div background color is #cd92aa


#cd92aa Border Color

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

This div border color is #cd92aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd92aa


Comments

No comments written yet.

Please login to write comment.