Color Hex Logo

#dc009a Color Hex

#DC009A
(220,0,154)
0 Favorites   0 Comments

Color spaces of #dc009a

RGB 2200154
HSL0.881.000.43
HSV318°100°86°
CMYK 0.001.000.30   0.14
XYZ35.347917.548732.0961
Yxy17.54870.41590.2065
Hunter Lab41.891277.3093-16.1029
CIE-Lab48.944179.6344-21.1323

#dc009a color RGB value is (220,0,154).

#dc009a hex color red value is 220, green value is 0 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dc009a hue: 0.88 , saturation: 1.00 and the lightness value of dc009a is 0.43.

The process color (four color CMYK) of #dc009a color hex is 0.00, 1.00, 0.30, 0.14. Web safe color of #dc009a is #cc0099. Color #dc009a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 10011010
Octal 334 0 232
Decimal 220 0 154
Hex DC 0 9A

RGB Percentages of Color #dc009a

%58.82
%0.00
%41.18

CMYK Percentages of Color #dc009a

%0
%100
%30
%14

Triadic Colors of #dc009a

#dc009a #9adc00 #009adc

Analogous Colors of #dc009a

#dc009a #dc002c #b000dc

Monochromatic Colors of #dc009a

#dc009a

Complementary Color

#dc009a #00dc42

#dc009a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc009a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc009a Color CSS Codes

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

#dc009a Text Font Color

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

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


#dc009a Background Color

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

This div background color is #dc009a


#dc009a Border Color

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

This div border color is #dc009a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc009a


Comments

No comments written yet.

Please login to write comment.