Color Hex Logo

#dc1379 Color Hex

#DC1379
(220,19,121)
0 Favorites   0 Comments

Color spaces of #dc1379

RGB 22019121
HSL0.920.840.47
HSV330°91°86°
CMYK 0.000.910.45   0.14
XYZ33.199317.061919.6326
Yxy17.06190.47500.2441
Hunter Lab41.306171.18190.7339
CIE-Lab48.337974.8090-2.0615

#dc1379 color RGB value is (220,19,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 01111001
Octal 334 23 171
Decimal 220 19 121
Hex DC 13 79

RGB Percentages of Color #dc1379

%61.11
%5.28
%33.61

CMYK Percentages of Color #dc1379

%0
%91
%45
%14

Triadic Colors of #dc1379

#dc1379 #79dc13 #1379dc

Analogous Colors of #dc1379

#dc1379 #dc1314 #db13dc

Monochromatic Colors of #dc1379

#dc1379

Complementary Color

#dc1379 #13dc76

#dc1379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1379 Color CSS Codes

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

#dc1379 Text Font Color

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

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


#dc1379 Background Color

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

This div background color is #dc1379


#dc1379 Border Color

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

This div border color is #dc1379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1379


Comments

No comments written yet.

Please login to write comment.