Color Hex Logo

#dc1346 Color Hex

#DC1346
(220,19,70)
0 Favorites   0 Comments

Color spaces of #dc1346

RGB 2201970
HSL0.960.840.47
HSV345°91°86°
CMYK 0.000.910.68   0.14
XYZ30.853616.12367.2804
Yxy16.12360.56870.2972
Hunter Lab40.154266.885617.3580
CIE-Lab47.136271.492227.6794

#dc1346 color RGB value is (220,19,70).

#dc1346 hex color red value is 220, green value is 19 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dc1346 hue: 0.96 , saturation: 0.84 and the lightness value of dc1346 is 0.47.

The process color (four color CMYK) of #dc1346 color hex is 0.00, 0.91, 0.68, 0.14. Web safe color of #dc1346 is #cc0033. Color #dc1346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 01000110
Octal 334 23 106
Decimal 220 19 70
Hex DC 13 46

RGB Percentages of Color #dc1346

%71.20
%6.15
%22.65

CMYK Percentages of Color #dc1346

%0
%91
%68
%14

Triadic Colors of #dc1346

#dc1346 #46dc13 #1346dc

Analogous Colors of #dc1346

#dc1346 #dc4513 #dc13ab

Monochromatic Colors of #dc1346

#dc1346

Complementary Color

#dc1346 #13dca9

#dc1346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1346 Color CSS Codes

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

#dc1346 Text Font Color

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

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


#dc1346 Background Color

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

This div background color is #dc1346


#dc1346 Border Color

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

This div border color is #dc1346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1346


Comments

No comments written yet.

Please login to write comment.