Color Hex Logo

#dc616a Color Hex

#DC616A
(220,97,106)
0 Favorites   0 Comments

Color spaces of #dc616a

RGB 22097106
HSL0.990.640.62
HSV356°56°86°
CMYK 0.000.560.52   0.14
XYZ36.391424.805616.5056
Yxy24.80560.46830.3192
Hunter Lab49.805243.266215.2148
CIE-Lab56.885548.908119.0246

#dc616a color RGB value is (220,97,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100001 01101010
Octal 334 141 152
Decimal 220 97 106
Hex DC 61 6A

RGB Percentages of Color #dc616a

%52.01
%22.93
%25.06

CMYK Percentages of Color #dc616a

%0
%56
%52
%14

Triadic Colors of #dc616a

#dc616a #6adc61 #616adc

Analogous Colors of #dc616a

#dc616a #dc9661 #dc61a8

Monochromatic Colors of #dc616a

#dc616a

Complementary Color

#dc616a #61dcd3

#dc616a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc616a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc616a Color CSS Codes

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

#dc616a Text Font Color

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

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


#dc616a Background Color

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

This div background color is #dc616a


#dc616a Border Color

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

This div border color is #dc616a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc616a


Comments

No comments written yet.

Please login to write comment.