Color Hex Logo

#dc1392 Color Hex

#DC1392
(220,19,146)
0 Favorites   0 Comments

Color spaces of #dc1392

RGB 22019146
HSL0.890.840.47
HSV322°91°86°
CMYK 0.000.910.34   0.14
XYZ34.936417.756728.7802
Yxy17.75670.42880.2179
Hunter Lab42.138774.2483-10.9972
CIE-Lab49.199777.1320-15.9403

#dc1392 color RGB value is (220,19,146).

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

The process color (four color CMYK) of #dc1392 color hex is 0.00, 0.91, 0.34, 0.14. Web safe color of #dc1392 is #cc0099. Color #dc1392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 10010010
Octal 334 23 222
Decimal 220 19 146
Hex DC 13 92

RGB Percentages of Color #dc1392

%57.14
%4.94
%37.92

CMYK Percentages of Color #dc1392

%0
%91
%34
%14

Triadic Colors of #dc1392

#dc1392 #92dc13 #1392dc

Analogous Colors of #dc1392

#dc1392 #dc132e #c213dc

Monochromatic Colors of #dc1392

#dc1392

Complementary Color

#dc1392 #13dc5d

#dc1392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1392 Color CSS Codes

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

#dc1392 Text Font Color

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

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


#dc1392 Background Color

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

This div background color is #dc1392


#dc1392 Border Color

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

This div border color is #dc1392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1392


Comments

No comments written yet.

Please login to write comment.