Color Hex Logo

#dc039f Color Hex

#DC039F
(220,3,159)
0 Favorites   0 Comments

Color spaces of #dc039f

RGB 2203159
HSL0.880.970.44
HSV317°99°86°
CMYK 0.000.990.28   0.14
XYZ35.805817.784034.3464
Yxy17.78400.40720.2022
Hunter Lab42.171177.7579-18.7692
CIE-Lab49.233179.9348-23.6748

#dc039f color RGB value is (220,3,159).

#dc039f hex color red value is 220, green value is 3 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dc039f hue: 0.88 , saturation: 0.97 and the lightness value of dc039f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000011 10011111
Octal 334 3 237
Decimal 220 3 159
Hex DC 3 9F

RGB Percentages of Color #dc039f

%57.59
%0.79
%41.62

CMYK Percentages of Color #dc039f

%0
%99
%28
%14

Triadic Colors of #dc039f

#dc039f #9fdc03 #039fdc

Analogous Colors of #dc039f

#dc039f #dc0333 #ad03dc

Monochromatic Colors of #dc039f

#dc039f

Complementary Color

#dc039f #03dc40

#dc039f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc039f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc039f Color CSS Codes

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

#dc039f Text Font Color

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

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


#dc039f Background Color

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

This div background color is #dc039f


#dc039f Border Color

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

This div border color is #dc039f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,3,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 #dc039f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc039f


Comments

No comments written yet.

Please login to write comment.