Color Hex Logo

#dc323c Color Hex

#DC323C
(220,50,60)
0 Favorites   0 Comments

Color spaces of #dc323c

RGB 2205060
HSL0.990.710.53
HSV356°77°86°
CMYK 0.000.770.73   0.14
XYZ31.471417.82316.0564
Yxy17.82310.56860.3220
Hunter Lab42.217459.184221.0466
CIE-Lab49.280864.526636.2080

#dc323c color RGB value is (220,50,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110010 00111100
Octal 334 62 74
Decimal 220 50 60
Hex DC 32 3C

RGB Percentages of Color #dc323c

%66.67
%15.15
%18.18

CMYK Percentages of Color #dc323c

%0
%77
%73
%14

Triadic Colors of #dc323c

#dc323c #3cdc32 #323cdc

Analogous Colors of #dc323c

#dc323c #dc7d32 #dc3291

Monochromatic Colors of #dc323c

#dc323c

Complementary Color

#dc323c #32dcd2

#dc323c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc323c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc323c Color CSS Codes

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

#dc323c Text Font Color

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

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


#dc323c Background Color

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

This div background color is #dc323c


#dc323c Border Color

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

This div border color is #dc323c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc323c


Comments

No comments written yet.

Please login to write comment.