Color Hex Logo

#dc204c Color Hex

#DC204C
(220,32,76)
0 Favorites   0 Comments

Color spaces of #dc204c

RGB 2203276
HSL0.960.750.49
HSV346°85°86°
CMYK 0.000.850.65   0.14
XYZ31.336216.77058.4229
Yxy16.77050.55430.2967
Hunter Lab40.951864.922016.4716
CIE-Lab47.969669.682725.0745

#dc204c color RGB value is (220,32,76).

#dc204c hex color red value is 220, green value is 32 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dc204c hue: 0.96 , saturation: 0.75 and the lightness value of dc204c is 0.49.

The process color (four color CMYK) of #dc204c color hex is 0.00, 0.85, 0.65, 0.14. Web safe color of #dc204c is #cc3333. Color #dc204c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100000 01001100
Octal 334 40 114
Decimal 220 32 76
Hex DC 20 4C

RGB Percentages of Color #dc204c

%67.07
%9.76
%23.17

CMYK Percentages of Color #dc204c

%0
%85
%65
%14

Triadic Colors of #dc204c

#dc204c #4cdc20 #204cdc

Analogous Colors of #dc204c

#dc204c #dc5220 #dc20aa

Monochromatic Colors of #dc204c

#dc204c

Complementary Color

#dc204c #20dcb0

#dc204c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc204c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc204c Color CSS Codes

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

#dc204c Text Font Color

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

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


#dc204c Background Color

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

This div background color is #dc204c


#dc204c Border Color

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

This div border color is #dc204c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc204c


Comments

No comments written yet.

Please login to write comment.