Color Hex Logo

#dc039d Color Hex

#DC039D
(220,3,157)
0 Favorites   0 Comments

Color spaces of #dc039d

RGB 2203157
HSL0.880.970.44
HSV317°99°86°
CMYK 0.000.990.29   0.14
XYZ35.633617.715133.4395
Yxy17.71510.41060.2041
Hunter Lab42.089377.4652-17.6427
CIE-Lab49.148779.7185-22.6113

#dc039d color RGB value is (220,3,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000011 10011101
Octal 334 3 235
Decimal 220 3 157
Hex DC 3 9D

RGB Percentages of Color #dc039d

%57.89
%0.79
%41.32

CMYK Percentages of Color #dc039d

%0
%99
%29
%14

Triadic Colors of #dc039d

#dc039d #9ddc03 #039ddc

Analogous Colors of #dc039d

#dc039d #dc0330 #af03dc

Monochromatic Colors of #dc039d

#dc039d

Complementary Color

#dc039d #03dc42

#dc039d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc039d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc039d Color CSS Codes

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

#dc039d Text Font Color

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

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


#dc039d Background Color

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

This div background color is #dc039d


#dc039d Border Color

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

This div border color is #dc039d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc039d


Comments

No comments written yet.

Please login to write comment.