Color Hex Logo

#dc707a Color Hex

#DC707A
(220,112,122)
0 Favorites   0 Comments

Color spaces of #dc707a

RGB 220112122
HSL0.980.610.65
HSV354°49°86°
CMYK 0.000.490.45   0.14
XYZ38.822228.209121.8111
Yxy28.20910.43700.3175
Hunter Lab53.112237.527512.8305
CIE-Lab60.077243.061214.1451

#dc707a color RGB value is (220,112,122).

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

The process color (four color CMYK) of #dc707a color hex is 0.00, 0.49, 0.45, 0.14. Web safe color of #dc707a is #cc6666. Color #dc707a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110000 01111010
Octal 334 160 172
Decimal 220 112 122
Hex DC 70 7A

RGB Percentages of Color #dc707a

%48.46
%24.67
%26.87

CMYK Percentages of Color #dc707a

%0
%49
%45
%14

Triadic Colors of #dc707a

#dc707a #7adc70 #707adc

Analogous Colors of #dc707a

#dc707a #dc9c70 #dc70b0

Monochromatic Colors of #dc707a

#dc707a

Complementary Color

#dc707a #70dcd2

#dc707a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc707a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc707a Color CSS Codes

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

#dc707a Text Font Color

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

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


#dc707a Background Color

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

This div background color is #dc707a


#dc707a Border Color

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

This div border color is #dc707a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc707a


Comments

No comments written yet.

Please login to write comment.