Color Hex Logo

#cd95ae Color Hex

#CD95AE
(205,149,174)
0 Favorites   0 Comments

Color spaces of #cd95ae

RGB 205149174
HSL0.930.360.69
HSV333°27°80°
CMYK 0.000.270.15   0.20
XYZ43.564337.530044.9923
Yxy37.53000.34550.2977
Hunter Lab61.261719.7265-0.6610
CIE-Lab67.672824.8501-4.7034

#cd95ae color RGB value is (205,149,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010101 10101110
Octal 315 225 256
Decimal 205 149 174
Hex CD 95 AE

RGB Percentages of Color #cd95ae

%38.83
%28.22
%32.95

CMYK Percentages of Color #cd95ae

%0
%27
%15
%20

Triadic Colors of #cd95ae

#cd95ae #aecd95 #95aecd

Analogous Colors of #cd95ae

#cd95ae #cd9895 #cd95ca

Monochromatic Colors of #cd95ae

#cd95ae

Complementary Color

#cd95ae #95cdb4

#cd95ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd95ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd95ae Color CSS Codes

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

#cd95ae Text Font Color

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

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


#cd95ae Background Color

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

This div background color is #cd95ae


#cd95ae Border Color

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

This div border color is #cd95ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd95ae


Comments

No comments written yet.

Please login to write comment.