Color Hex Logo

#cd93ae Color Hex

#CD93AE
(205,147,174)
0 Favorites   0 Comments

Color spaces of #cd93ae

RGB 205147174
HSL0.920.370.69
HSV332°28°80°
CMYK 0.000.280.15   0.20
XYZ43.250536.902644.8878
Yxy36.90260.34590.2951
Hunter Lab60.747520.7788-1.2876
CIE-Lab67.203925.9433-5.3964

#cd93ae color RGB value is (205,147,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010011 10101110
Octal 315 223 256
Decimal 205 147 174
Hex CD 93 AE

RGB Percentages of Color #cd93ae

%38.97
%27.95
%33.08

CMYK Percentages of Color #cd93ae

%0
%28
%15
%20

Triadic Colors of #cd93ae

#cd93ae #aecd93 #93aecd

Analogous Colors of #cd93ae

#cd93ae #cd9593 #cd93cb

Monochromatic Colors of #cd93ae

#cd93ae

Complementary Color

#cd93ae #93cdb2

#cd93ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd93ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd93ae Color CSS Codes

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

#cd93ae Text Font Color

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

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


#cd93ae Background Color

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

This div background color is #cd93ae


#cd93ae Border Color

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

This div border color is #cd93ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd93ae


Comments

No comments written yet.

Please login to write comment.