Color Hex Logo

#dc708f Color Hex

#DC708F
(220,112,143)
0 Favorites   0 Comments

Color spaces of #dc708f

RGB 220112143
HSL0.950.610.65
HSV343°49°86°
CMYK 0.000.490.35   0.14
XYZ40.267328.787229.4208
Yxy28.78720.40890.2923
Hunter Lab53.653740.07095.0462
CIE-Lab60.593445.38342.7586

#dc708f color RGB value is (220,112,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110000 10001111
Octal 334 160 217
Decimal 220 112 143
Hex DC 70 8F

RGB Percentages of Color #dc708f

%46.32
%23.58
%30.11

CMYK Percentages of Color #dc708f

%0
%49
%35
%14

Triadic Colors of #dc708f

#dc708f #8fdc70 #708fdc

Analogous Colors of #dc708f

#dc708f #dc8770 #dc70c5

Monochromatic Colors of #dc708f

#dc708f

Complementary Color

#dc708f #70dcbd

#dc708f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc708f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc708f Color CSS Codes

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

#dc708f Text Font Color

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

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


#dc708f Background Color

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

This div background color is #dc708f


#dc708f Border Color

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

This div border color is #dc708f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc708f


Comments

No comments written yet.

Please login to write comment.