Color Hex Logo

#cd708e Color Hex

#CD708E
(205,112,142)
0 Favorites   0 Comments

Color spaces of #cd708e

RGB 205112142
HSL0.950.480.62
HSV341°45°80°
CMYK 0.000.450.31   0.20
XYZ35.853526.520528.8205
Yxy26.52050.39320.2908
Hunter Lab51.498134.15202.8674
CIE-Lab58.527840.03140.0828

#cd708e color RGB value is (205,112,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110000 10001110
Octal 315 160 216
Decimal 205 112 142
Hex CD 70 8E

RGB Percentages of Color #cd708e

%44.66
%24.40
%30.94

CMYK Percentages of Color #cd708e

%0
%45
%31
%20

Triadic Colors of #cd708e

#cd708e #8ecd70 #708ecd

Analogous Colors of #cd708e

#cd708e #cd8170 #cd70bd

Monochromatic Colors of #cd708e

#cd708e

Complementary Color

#cd708e #70cdaf

#cd708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd708e Color CSS Codes

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

#cd708e Text Font Color

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

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


#cd708e Background Color

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

This div background color is #cd708e


#cd708e Border Color

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

This div border color is #cd708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd708e


Comments

No comments written yet.

Please login to write comment.