Color Hex Logo

#dc179a Color Hex

#DC179A
(220,23,154)
0 Favorites   0 Comments

Color spaces of #dc179a

RGB 22023154
HSL0.890.810.48
HSV320°90°86°
CMYK 0.000.900.30   0.14
XYZ35.654318.161532.1982
Yxy18.16150.41450.2111
Hunter Lab42.616374.7608-14.9644
CIE-Lab49.691477.4491-19.9848

#dc179a color RGB value is (220,23,154).

#dc179a hex color red value is 220, green value is 23 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dc179a hue: 0.89 , saturation: 0.81 and the lightness value of dc179a is 0.48.

The process color (four color CMYK) of #dc179a color hex is 0.00, 0.90, 0.30, 0.14. Web safe color of #dc179a is #cc0099. Color #dc179a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010111 10011010
Octal 334 27 232
Decimal 220 23 154
Hex DC 17 9A

RGB Percentages of Color #dc179a

%55.42
%5.79
%38.79

CMYK Percentages of Color #dc179a

%0
%90
%30
%14

Triadic Colors of #dc179a

#dc179a #9adc17 #179adc

Analogous Colors of #dc179a

#dc179a #dc1738 #bc17dc

Monochromatic Colors of #dc179a

#dc179a

Complementary Color

#dc179a #17dc59

#dc179a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc179a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc179a Color CSS Codes

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

#dc179a Text Font Color

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

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


#dc179a Background Color

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

This div background color is #dc179a


#dc179a Border Color

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

This div border color is #dc179a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc179a


Comments

No comments written yet.

Please login to write comment.