Color Hex Logo

#dc708d Color Hex

#DC708D
(220,112,141)
0 Favorites   0 Comments

Color spaces of #dc708d

RGB 220112141
HSL0.960.610.65
HSV344°49°86°
CMYK 0.000.490.36   0.14
XYZ40.117128.727128.6298
Yxy28.72710.41160.2947
Hunter Lab53.597739.80885.8479
CIE-Lab60.540045.14583.8360

#dc708d color RGB value is (220,112,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110000 10001101
Octal 334 160 215
Decimal 220 112 141
Hex DC 70 8D

RGB Percentages of Color #dc708d

%46.51
%23.68
%29.81

CMYK Percentages of Color #dc708d

%0
%49
%36
%14

Triadic Colors of #dc708d

#dc708d #8ddc70 #708ddc

Analogous Colors of #dc708d

#dc708d #dc8970 #dc70c3

Monochromatic Colors of #dc708d

#dc708d

Complementary Color

#dc708d #70dcbf

#dc708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc708d Color CSS Codes

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

#dc708d Text Font Color

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

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


#dc708d Background Color

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

This div background color is #dc708d


#dc708d Border Color

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

This div border color is #dc708d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc708d


Comments

No comments written yet.

Please login to write comment.