Color Hex Logo

#cd95aa Color Hex

#CD95AA
(205,149,170)
0 Favorites   0 Comments

Color spaces of #cd95aa

RGB 205149170
HSL0.940.360.69
HSV338°27°80°
CMYK 0.000.270.17   0.20
XYZ43.180037.376342.9687
Yxy37.37630.34960.3026
Hunter Lab61.136219.08491.1242
CIE-Lab67.558424.2062-2.6329

#cd95aa color RGB value is (205,149,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010101 10101010
Octal 315 225 252
Decimal 205 149 170
Hex CD 95 AA

RGB Percentages of Color #cd95aa

%39.12
%28.44
%32.44

CMYK Percentages of Color #cd95aa

%0
%27
%17
%20

Triadic Colors of #cd95aa

#cd95aa #aacd95 #95aacd

Analogous Colors of #cd95aa

#cd95aa #cd9c95 #cd95c6

Monochromatic Colors of #cd95aa

#cd95aa

Complementary Color

#cd95aa #95cdb8

#cd95aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd95aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd95aa Color CSS Codes

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

#cd95aa Text Font Color

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

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


#cd95aa Background Color

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

This div background color is #cd95aa


#cd95aa Border Color

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

This div border color is #cd95aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd95aa


Comments

No comments written yet.

Please login to write comment.