Color Hex Logo

#dc1590 Color Hex

#DC1590
(220,21,144)
0 Favorites   0 Comments

Color spaces of #dc1590

RGB 22021144
HSL0.900.830.47
HSV323°90°86°
CMYK 0.000.900.35   0.14
XYZ34.817417.765627.9796
Yxy17.76560.43220.2205
Hunter Lab42.149373.6887-9.8535
CIE-Lab49.210676.6780-14.7202

#dc1590 color RGB value is (220,21,144).

#dc1590 hex color red value is 220, green value is 21 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dc1590 hue: 0.90 , saturation: 0.83 and the lightness value of dc1590 is 0.47.

The process color (four color CMYK) of #dc1590 color hex is 0.00, 0.90, 0.35, 0.14. Web safe color of #dc1590 is #cc0099. Color #dc1590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010101 10010000
Octal 334 25 220
Decimal 220 21 144
Hex DC 15 90

RGB Percentages of Color #dc1590

%57.14
%5.45
%37.40

CMYK Percentages of Color #dc1590

%0
%90
%35
%14

Triadic Colors of #dc1590

#dc1590 #90dc15 #1590dc

Analogous Colors of #dc1590

#dc1590 #dc152c #c515dc

Monochromatic Colors of #dc1590

#dc1590

Complementary Color

#dc1590 #15dc61

#dc1590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1590 Color CSS Codes

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

#dc1590 Text Font Color

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

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


#dc1590 Background Color

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

This div background color is #dc1590


#dc1590 Border Color

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

This div border color is #dc1590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1590


Comments

No comments written yet.

Please login to write comment.