Color Hex Logo

#dc324a Color Hex

#DC324A
(220,50,74)
0 Favorites   0 Comments

Color spaces of #dc324a

RGB 2205074
HSL0.980.710.53
HSV352°77°86°
CMYK 0.000.770.66   0.14
XYZ31.891817.99138.2703
Yxy17.99130.54840.3094
Hunter Lab42.416259.982118.1309
CIE-Lab49.485665.177728.2061

#dc324a color RGB value is (220,50,74).

#dc324a hex color red value is 220, green value is 50 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dc324a hue: 0.98 , saturation: 0.71 and the lightness value of dc324a is 0.53.

The process color (four color CMYK) of #dc324a color hex is 0.00, 0.77, 0.66, 0.14. Web safe color of #dc324a is #cc3333. Color #dc324a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110010 01001010
Octal 334 62 112
Decimal 220 50 74
Hex DC 32 4A

RGB Percentages of Color #dc324a

%63.95
%14.53
%21.51

CMYK Percentages of Color #dc324a

%0
%77
%66
%14

Triadic Colors of #dc324a

#dc324a #4adc32 #324adc

Analogous Colors of #dc324a

#dc324a #dc6f32 #dc329f

Monochromatic Colors of #dc324a

#dc324a

Complementary Color

#dc324a #32dcc4

#dc324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc324a Color CSS Codes

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

#dc324a Text Font Color

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

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


#dc324a Background Color

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

This div background color is #dc324a


#dc324a Border Color

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

This div border color is #dc324a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc324a


Comments

No comments written yet.

Please login to write comment.