Color Hex Logo

#dc709d Color Hex

#DC709D
(220,112,157)
0 Favorites   0 Comments

Color spaces of #dc709d

RGB 220112157
HSL0.930.610.65
HSV335°49°86°
CMYK 0.000.490.29   0.14
XYZ41.395229.238335.3601
Yxy29.23830.39050.2758
Hunter Lab54.072542.0240-0.9213
CIE-Lab60.991447.1418-4.7283

#dc709d color RGB value is (220,112,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110000 10011101
Octal 334 160 235
Decimal 220 112 157
Hex DC 70 9D

RGB Percentages of Color #dc709d

%44.99
%22.90
%32.11

CMYK Percentages of Color #dc709d

%0
%49
%29
%14

Triadic Colors of #dc709d

#dc709d #9ddc70 #709ddc

Analogous Colors of #dc709d

#dc709d #dc7970 #dc70d3

Monochromatic Colors of #dc709d

#dc709d

Complementary Color

#dc709d #70dcaf

#dc709d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc709d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc709d Color CSS Codes

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

#dc709d Text Font Color

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

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


#dc709d Background Color

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

This div background color is #dc709d


#dc709d Border Color

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

This div border color is #dc709d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc709d


Comments

No comments written yet.

Please login to write comment.