Color Hex Logo

#dc1857 Color Hex

#DC1857
(220,24,87)
0 Favorites   0 Comments

Color spaces of #dc1857

RGB 2202487
HSL0.950.800.48
HSV341°89°86°
CMYK 0.000.890.60   0.14
XYZ31.562116.557010.5491
Yxy16.55700.53800.2822
Hunter Lab40.690367.248513.1121
CIE-Lab47.696971.685817.9647

#dc1857 color RGB value is (220,24,87).

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

The process color (four color CMYK) of #dc1857 color hex is 0.00, 0.89, 0.60, 0.14. Web safe color of #dc1857 is #cc0066. Color #dc1857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 01010111
Octal 334 30 127
Decimal 220 24 87
Hex DC 18 57

RGB Percentages of Color #dc1857

%66.47
%7.25
%26.28

CMYK Percentages of Color #dc1857

%0
%89
%60
%14

Triadic Colors of #dc1857

#dc1857 #57dc18 #1857dc

Analogous Colors of #dc1857

#dc1857 #dc3b18 #dc18b9

Monochromatic Colors of #dc1857

#dc1857

Complementary Color

#dc1857 #18dc9d

#dc1857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1857 Color CSS Codes

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

#dc1857 Text Font Color

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

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


#dc1857 Background Color

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

This div background color is #dc1857


#dc1857 Border Color

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

This div border color is #dc1857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1857


Comments

No comments written yet.

Please login to write comment.