Color Hex Logo

#dc1946 Color Hex

#DC1946
(220,25,70)
0 Favorites   0 Comments

Color spaces of #dc1946

RGB 2202570
HSL0.960.800.48
HSV346°89°86°
CMYK 0.000.890.68   0.14
XYZ30.968316.35317.3186
Yxy16.35310.56680.2993
Hunter Lab40.439065.927717.5770
CIE-Lab47.434470.632428.0518

#dc1946 color RGB value is (220,25,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011001 01000110
Octal 334 31 106
Decimal 220 25 70
Hex DC 19 46

RGB Percentages of Color #dc1946

%69.84
%7.94
%22.22

CMYK Percentages of Color #dc1946

%0
%89
%68
%14

Triadic Colors of #dc1946

#dc1946 #46dc19 #1946dc

Analogous Colors of #dc1946

#dc1946 #dc4d19 #dc19a8

Monochromatic Colors of #dc1946

#dc1946

Complementary Color

#dc1946 #19dcaf

#dc1946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1946 Color CSS Codes

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

#dc1946 Text Font Color

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

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


#dc1946 Background Color

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

This div background color is #dc1946


#dc1946 Border Color

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

This div border color is #dc1946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1946


Comments

No comments written yet.

Please login to write comment.