Color Hex Logo

#cd709e Color Hex

#CD709E
(205,112,158)
0 Favorites   0 Comments

Color spaces of #cd709e

RGB 205112158
HSL0.920.480.62
HSV330°45°80°
CMYK 0.000.450.23   0.20
XYZ37.142627.036135.6086
Yxy27.03610.37220.2709
Hunter Lab51.996236.5149-4.2062
CIE-Lab59.007742.2418-8.4697

#cd709e color RGB value is (205,112,158).

#cd709e hex color red value is 205, green value is 112 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cd709e hue: 0.92 , saturation: 0.48 and the lightness value of cd709e is 0.62.

The process color (four color CMYK) of #cd709e color hex is 0.00, 0.45, 0.23, 0.20. Web safe color of #cd709e is #cc6699. Color #cd709e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110000 10011110
Octal 315 160 236
Decimal 205 112 158
Hex CD 70 9E

RGB Percentages of Color #cd709e

%43.16
%23.58
%33.26

CMYK Percentages of Color #cd709e

%0
%45
%23
%20

Triadic Colors of #cd709e

#cd709e #9ecd70 #709ecd

Analogous Colors of #cd709e

#cd709e #cd7170 #cd70cd

Monochromatic Colors of #cd709e

#cd709e

Complementary Color

#cd709e #70cd9f

#cd709e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd709e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd709e Color CSS Codes

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

#cd709e Text Font Color

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

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


#cd709e Background Color

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

This div background color is #cd709e


#cd709e Border Color

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

This div border color is #cd709e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd709e


Comments

No comments written yet.

Please login to write comment.