Color Hex Logo

#dc164c Color Hex

#DC164C
(220,22,76)
0 Favorites   0 Comments

Color spaces of #dc164c

RGB 2202276
HSL0.950.820.47
HSV344°90°86°
CMYK 0.000.900.65   0.14
XYZ31.106616.31138.3464
Yxy16.31130.55780.2925
Hunter Lab40.387366.804516.0182
CIE-Lab47.380371.376924.3173

#dc164c color RGB value is (220,22,76).

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

The process color (four color CMYK) of #dc164c color hex is 0.00, 0.90, 0.65, 0.14. Web safe color of #dc164c is #cc0033. Color #dc164c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010110 01001100
Octal 334 26 114
Decimal 220 22 76
Hex DC 16 4C

RGB Percentages of Color #dc164c

%69.18
%6.92
%23.90

CMYK Percentages of Color #dc164c

%0
%90
%65
%14

Triadic Colors of #dc164c

#dc164c #4cdc16 #164cdc

Analogous Colors of #dc164c

#dc164c #dc4316 #dc16af

Monochromatic Colors of #dc164c

#dc164c

Complementary Color

#dc164c #16dca6

#dc164c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc164c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc164c Color CSS Codes

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

#dc164c Text Font Color

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

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


#dc164c Background Color

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

This div background color is #dc164c


#dc164c Border Color

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

This div border color is #dc164c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc164c


Comments

No comments written yet.

Please login to write comment.