Color Hex Logo

#dc2347 Color Hex

#DC2347
(220,35,71)
0 Favorites   0 Comments

Color spaces of #dc2347

RGB 2203571
HSL0.970.730.50
HSV348°84°86°
CMYK 0.000.840.68   0.14
XYZ31.253616.87267.5707
Yxy16.87260.56110.3029
Hunter Lab41.076363.931417.8257
CIE-Lab48.099168.820528.2747

#dc2347 color RGB value is (220,35,71).

#dc2347 hex color red value is 220, green value is 35 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dc2347 hue: 0.97 , saturation: 0.73 and the lightness value of dc2347 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100011 01000111
Octal 334 43 107
Decimal 220 35 71
Hex DC 23 47

RGB Percentages of Color #dc2347

%67.48
%10.74
%21.78

CMYK Percentages of Color #dc2347

%0
%84
%68
%14

Triadic Colors of #dc2347

#dc2347 #47dc23 #2347dc

Analogous Colors of #dc2347

#dc2347 #dc5c23 #dc23a4

Monochromatic Colors of #dc2347

#dc2347

Complementary Color

#dc2347 #23dcb8

#dc2347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2347 Color CSS Codes

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

#dc2347 Text Font Color

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

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


#dc2347 Background Color

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

This div background color is #dc2347


#dc2347 Border Color

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

This div border color is #dc2347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2347


Comments

No comments written yet.

Please login to write comment.