Color Hex Logo

#dc204e Color Hex

#DC204E
(220,32,78)
0 Favorites   0 Comments

Color spaces of #dc204e

RGB 2203278
HSL0.960.750.49
HSV345°85°86°
CMYK 0.000.850.65   0.14
XYZ31.406916.79878.7949
Yxy16.79870.55100.2947
Hunter Lab40.986265.055015.9678
CIE-Lab48.005469.787823.8998

#dc204e color RGB value is (220,32,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100000 01001110
Octal 334 40 116
Decimal 220 32 78
Hex DC 20 4E

RGB Percentages of Color #dc204e

%66.67
%9.70
%23.64

CMYK Percentages of Color #dc204e

%0
%85
%65
%14

Triadic Colors of #dc204e

#dc204e #4edc20 #204edc

Analogous Colors of #dc204e

#dc204e #dc5020 #dc20ac

Monochromatic Colors of #dc204e

#dc204e

Complementary Color

#dc204e #20dcae

#dc204e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc204e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc204e Color CSS Codes

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

#dc204e Text Font Color

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

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


#dc204e Background Color

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

This div background color is #dc204e


#dc204e Border Color

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

This div border color is #dc204e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc204e


Comments

No comments written yet.

Please login to write comment.