Color Hex Logo

#dc708c Color Hex

#DC708C
(220,112,140)
0 Favorites   0 Comments

Color spaces of #dc708c

RGB 220112140
HSL0.960.610.65
HSV344°49°86°
CMYK 0.000.490.36   0.14
XYZ40.043028.697428.2396
Yxy28.69740.41290.2959
Hunter Lab53.570039.67956.2440
CIE-Lab60.513645.02854.3752

#dc708c color RGB value is (220,112,140).

#dc708c hex color red value is 220, green value is 112 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dc708c hue: 0.96 , saturation: 0.61 and the lightness value of dc708c is 0.65.

The process color (four color CMYK) of #dc708c color hex is 0.00, 0.49, 0.36, 0.14. Web safe color of #dc708c is #cc6699. Color #dc708c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110000 10001100
Octal 334 160 214
Decimal 220 112 140
Hex DC 70 8C

RGB Percentages of Color #dc708c

%46.61
%23.73
%29.66

CMYK Percentages of Color #dc708c

%0
%49
%36
%14

Triadic Colors of #dc708c

#dc708c #8cdc70 #708cdc

Analogous Colors of #dc708c

#dc708c #dc8a70 #dc70c2

Monochromatic Colors of #dc708c

#dc708c

Complementary Color

#dc708c #70dcc0

#dc708c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc708c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc708c Color CSS Codes

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

#dc708c Text Font Color

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

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


#dc708c Background Color

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

This div background color is #dc708c


#dc708c Border Color

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

This div border color is #dc708c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc708c


Comments

No comments written yet.

Please login to write comment.