Color Hex Logo

#dc3447 Color Hex

#DC3447
(220,52,71)
0 Favorites   0 Comments

Color spaces of #dc3447

RGB 2205271
HSL0.980.710.53
HSV353°76°86°
CMYK 0.000.760.68   0.14
XYZ31.880518.12667.7797
Yxy18.12660.55170.3137
Hunter Lab42.575359.154318.9688
CIE-Lab49.649364.430830.1975

#dc3447 color RGB value is (220,52,71).

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

The process color (four color CMYK) of #dc3447 color hex is 0.00, 0.76, 0.68, 0.14. Web safe color of #dc3447 is #cc3333. Color #dc3447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110100 01000111
Octal 334 64 107
Decimal 220 52 71
Hex DC 34 47

RGB Percentages of Color #dc3447

%64.14
%15.16
%20.70

CMYK Percentages of Color #dc3447

%0
%76
%68
%14

Triadic Colors of #dc3447

#dc3447 #47dc34 #3447dc

Analogous Colors of #dc3447

#dc3447 #dc7534 #dc349b

Monochromatic Colors of #dc3447

#dc3447

Complementary Color

#dc3447 #34dcc9

#dc3447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3447 Color CSS Codes

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

#dc3447 Text Font Color

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

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


#dc3447 Background Color

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

This div background color is #dc3447


#dc3447 Border Color

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

This div border color is #dc3447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3447


Comments

No comments written yet.

Please login to write comment.