Color Hex Logo

#cd90ae Color Hex

#CD90AE
(205,144,174)
0 Favorites   0 Comments

Color spaces of #cd90ae

RGB 205144174
HSL0.920.380.68
HSV330°30°80°
CMYK 0.000.300.15   0.20
XYZ42.790135.981644.7343
Yxy35.98160.34650.2913
Hunter Lab59.984722.3599-2.2270
CIE-Lab66.505927.5826-6.4300

#cd90ae color RGB value is (205,144,174).

#cd90ae hex color red value is 205, green value is 144 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cd90ae hue: 0.92 , saturation: 0.38 and the lightness value of cd90ae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010000 10101110
Octal 315 220 256
Decimal 205 144 174
Hex CD 90 AE

RGB Percentages of Color #cd90ae

%39.20
%27.53
%33.27

CMYK Percentages of Color #cd90ae

%0
%30
%15
%20

Triadic Colors of #cd90ae

#cd90ae #aecd90 #90aecd

Analogous Colors of #cd90ae

#cd90ae #cd9190 #cd90cd

Monochromatic Colors of #cd90ae

#cd90ae

Complementary Color

#cd90ae #90cdaf

#cd90ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd90ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd90ae Color CSS Codes

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

#cd90ae Text Font Color

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

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


#cd90ae Background Color

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

This div background color is #cd90ae


#cd90ae Border Color

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

This div border color is #cd90ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd90ae


Comments

No comments written yet.

Please login to write comment.