Color Hex Logo

#dc1362 Color Hex

#DC1362
(220,19,98)
0 Favorites   0 Comments

Color spaces of #dc1362

RGB 2201998
HSL0.930.840.47
HSV336°91°86°
CMYK 0.000.910.55   0.14
XYZ31.952716.563213.0682
Yxy16.56320.51880.2690
Hunter Lab40.697968.92249.4504
CIE-Lab47.704973.074011.1819

#dc1362 color RGB value is (220,19,98).

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

The process color (four color CMYK) of #dc1362 color hex is 0.00, 0.91, 0.55, 0.14. Web safe color of #dc1362 is #cc0066. Color #dc1362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 01100010
Octal 334 23 142
Decimal 220 19 98
Hex DC 13 62

RGB Percentages of Color #dc1362

%65.28
%5.64
%29.08

CMYK Percentages of Color #dc1362

%0
%91
%55
%14

Triadic Colors of #dc1362

#dc1362 #62dc13 #1362dc

Analogous Colors of #dc1362

#dc1362 #dc2913 #dc13c7

Monochromatic Colors of #dc1362

#dc1362

Complementary Color

#dc1362 #13dc8d

#dc1362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1362 Color CSS Codes

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

#dc1362 Text Font Color

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

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


#dc1362 Background Color

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

This div background color is #dc1362


#dc1362 Border Color

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

This div border color is #dc1362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1362


Comments

No comments written yet.

Please login to write comment.