Color Hex Logo

#dc617a Color Hex

#DC617A
(220,97,122)
0 Favorites   0 Comments

Color spaces of #dc617a

RGB 22097122
HSL0.970.640.62
HSV348°56°86°
CMYK 0.000.560.45   0.14
XYZ37.302725.170221.3046
Yxy25.17020.44530.3004
Hunter Lab50.169944.92239.9415
CIE-Lab57.240950.382010.1679

#dc617a color RGB value is (220,97,122).

#dc617a hex color red value is 220, green value is 97 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dc617a hue: 0.97 , saturation: 0.64 and the lightness value of dc617a is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100001 01111010
Octal 334 141 172
Decimal 220 97 122
Hex DC 61 7A

RGB Percentages of Color #dc617a

%50.11
%22.10
%27.79

CMYK Percentages of Color #dc617a

%0
%56
%45
%14

Triadic Colors of #dc617a

#dc617a #7adc61 #617adc

Analogous Colors of #dc617a

#dc617a #dc8661 #dc61b8

Monochromatic Colors of #dc617a

#dc617a

Complementary Color

#dc617a #61dcc3

#dc617a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc617a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc617a Color CSS Codes

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

#dc617a Text Font Color

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

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


#dc617a Background Color

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

This div background color is #dc617a


#dc617a Border Color

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

This div border color is #dc617a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,97,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 #dc617a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc617a


Comments

No comments written yet.

Please login to write comment.