Color Hex Logo

#dc167a Color Hex

#DC167A
(220,22,122)
0 Favorites   0 Comments

Color spaces of #dc167a

RGB 22022122
HSL0.920.820.47
HSV330°90°86°
CMYK 0.000.900.45   0.14
XYZ33.315017.194619.9753
Yxy17.19460.47270.2439
Hunter Lab41.466470.84470.4651
CIE-Lab48.504374.5005-2.4283

#dc167a color RGB value is (220,22,122).

#dc167a hex color red value is 220, green value is 22 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dc167a hue: 0.92 , saturation: 0.82 and the lightness value of dc167a is 0.47.

The process color (four color CMYK) of #dc167a color hex is 0.00, 0.90, 0.45, 0.14. Web safe color of #dc167a is #cc0066. Color #dc167a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010110 01111010
Octal 334 26 172
Decimal 220 22 122
Hex DC 16 7A

RGB Percentages of Color #dc167a

%60.44
%6.04
%33.52

CMYK Percentages of Color #dc167a

%0
%90
%45
%14

Triadic Colors of #dc167a

#dc167a #7adc16 #167adc

Analogous Colors of #dc167a

#dc167a #dc1617 #db16dc

Monochromatic Colors of #dc167a

#dc167a

Complementary Color

#dc167a #16dc78

#dc167a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc167a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc167a Color CSS Codes

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

#dc167a Text Font Color

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

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


#dc167a Background Color

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

This div background color is #dc167a


#dc167a Border Color

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

This div border color is #dc167a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc167a


Comments

No comments written yet.

Please login to write comment.