Color Hex Logo

#dc304a Color Hex

#DC304A
(220,48,74)
0 Favorites   0 Comments

Color spaces of #dc304a

RGB 2204874
HSL0.970.710.53
HSV351°78°86°
CMYK 0.000.780.66   0.14
XYZ31.808217.82408.2425
Yxy17.82400.54960.3080
Hunter Lab42.218560.602917.9775
CIE-Lab49.281965.751527.9500

#dc304a color RGB value is (220,48,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110000 01001010
Octal 334 60 112
Decimal 220 48 74
Hex DC 30 4A

RGB Percentages of Color #dc304a

%64.33
%14.04
%21.64

CMYK Percentages of Color #dc304a

%0
%78
%66
%14

Triadic Colors of #dc304a

#dc304a #4adc30 #304adc

Analogous Colors of #dc304a

#dc304a #dc6c30 #dc30a0

Monochromatic Colors of #dc304a

#dc304a

Complementary Color

#dc304a #30dcc2

#dc304a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc304a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc304a Color CSS Codes

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

#dc304a Text Font Color

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

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


#dc304a Background Color

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

This div background color is #dc304a


#dc304a Border Color

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

This div border color is #dc304a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc304a


Comments

No comments written yet.

Please login to write comment.