Color Hex Logo

#cd7eac Color Hex

#CD7EAC
(205,126,172)
0 Favorites   0 Comments

Color spaces of #cd7eac

RGB 205126172
HSL0.900.440.65
HSV325°39°80°
CMYK 0.000.390.16   0.20
XYZ40.084130.879442.8774
Yxy30.87940.35210.2713
Hunter Lab55.569231.5123-6.8499
CIE-Lab62.405737.0012-11.4129

#cd7eac color RGB value is (205,126,172).

#cd7eac hex color red value is 205, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cd7eac hue: 0.90 , saturation: 0.44 and the lightness value of cd7eac is 0.65.

The process color (four color CMYK) of #cd7eac color hex is 0.00, 0.39, 0.16, 0.20. Web safe color of #cd7eac is #cc6699. Color #cd7eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111110 10101100
Octal 315 176 254
Decimal 205 126 172
Hex CD 7E AC

RGB Percentages of Color #cd7eac

%40.76
%25.05
%34.19

CMYK Percentages of Color #cd7eac

%0
%39
%16
%20

Triadic Colors of #cd7eac

#cd7eac #accd7e #7eaccd

Analogous Colors of #cd7eac

#cd7eac #cd7e85 #c77ecd

Monochromatic Colors of #cd7eac

#cd7eac

Complementary Color

#cd7eac #7ecd9f

#cd7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7eac Color CSS Codes

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

#cd7eac Text Font Color

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

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


#cd7eac Background Color

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

This div background color is #cd7eac


#cd7eac Border Color

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

This div border color is #cd7eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7eac


Comments

No comments written yet.

Please login to write comment.