Color Hex Logo

#cd5eae Color Hex

#CD5EAE
(205,94,174)
0 Favorites   0 Comments

Color spaces of #cd5eae

RGB 20594174
HSL0.880.530.59
HSV317°54°80°
CMYK 0.000.540.15   0.20
XYZ36.819524.040542.7441
Yxy24.04050.35540.2320
Hunter Lab49.031148.2386-17.3658
CIE-Lab56.128353.5900-22.0839

#cd5eae color RGB value is (205,94,174).

#cd5eae hex color red value is 205, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cd5eae hue: 0.88 , saturation: 0.53 and the lightness value of cd5eae is 0.59.

The process color (four color CMYK) of #cd5eae color hex is 0.00, 0.54, 0.15, 0.20. Web safe color of #cd5eae is #cc6699. Color #cd5eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011110 10101110
Octal 315 136 256
Decimal 205 94 174
Hex CD 5E AE

RGB Percentages of Color #cd5eae

%43.34
%19.87
%36.79

CMYK Percentages of Color #cd5eae

%0
%54
%15
%20

Triadic Colors of #cd5eae

#cd5eae #aecd5e #5eaecd

Analogous Colors of #cd5eae

#cd5eae #cd5e77 #b55ecd

Monochromatic Colors of #cd5eae

#cd5eae

Complementary Color

#cd5eae #5ecd7d

#cd5eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5eae Color CSS Codes

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

#cd5eae Text Font Color

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

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


#cd5eae Background Color

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

This div background color is #cd5eae


#cd5eae Border Color

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

This div border color is #cd5eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5eae


Comments

No comments written yet.

Please login to write comment.