Color Hex Logo

#dc199f Color Hex

#DC199F
(220,25,159)
0 Favorites   0 Comments

Color spaces of #dc199f

RGB 22025159
HSL0.890.800.48
HSV319°89°86°
CMYK 0.000.890.28   0.14
XYZ36.120818.414134.4514
Yxy18.41410.40590.2069
Hunter Lab42.911775.1566-17.5625
CIE-Lab49.994677.7083-22.5005

#dc199f color RGB value is (220,25,159).

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

The process color (four color CMYK) of #dc199f color hex is 0.00, 0.89, 0.28, 0.14. Web safe color of #dc199f is #cc0099. Color #dc199f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011001 10011111
Octal 334 31 237
Decimal 220 25 159
Hex DC 19 9F

RGB Percentages of Color #dc199f

%54.46
%6.19
%39.36

CMYK Percentages of Color #dc199f

%0
%89
%28
%14

Triadic Colors of #dc199f

#dc199f #9fdc19 #199fdc

Analogous Colors of #dc199f

#dc199f #dc193e #b819dc

Monochromatic Colors of #dc199f

#dc199f

Complementary Color

#dc199f #19dc56

#dc199f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc199f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc199f Color CSS Codes

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

#dc199f Text Font Color

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

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


#dc199f Background Color

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

This div background color is #dc199f


#dc199f Border Color

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

This div border color is #dc199f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc199f


Comments

No comments written yet.

Please login to write comment.