Color Hex Logo

#cd5eaf Color Hex

#CD5EAF
(205,94,175)
0 Favorites   0 Comments

Color spaces of #cd5eaf

RGB 20594175
HSL0.880.530.59
HSV316°54°80°
CMYK 0.000.540.15   0.20
XYZ36.917424.079743.2595
Yxy24.07970.35410.2310
Hunter Lab49.071148.4157-17.9184
CIE-Lab56.167553.7439-22.6025

#cd5eaf color RGB value is (205,94,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011110 10101111
Octal 315 136 257
Decimal 205 94 175
Hex CD 5E AF

RGB Percentages of Color #cd5eaf

%43.25
%19.83
%36.92

CMYK Percentages of Color #cd5eaf

%0
%54
%15
%20

Triadic Colors of #cd5eaf

#cd5eaf #afcd5e #5eafcd

Analogous Colors of #cd5eaf

#cd5eaf #cd5e78 #b45ecd

Monochromatic Colors of #cd5eaf

#cd5eaf

Complementary Color

#cd5eaf #5ecd7c

#cd5eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5eaf Color CSS Codes

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

#cd5eaf Text Font Color

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

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


#cd5eaf Background Color

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

This div background color is #cd5eaf


#cd5eaf Border Color

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

This div border color is #cd5eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5eaf


Comments

No comments written yet.

Please login to write comment.