Color Hex Logo

#dc009b Color Hex

#DC009B
(220,0,155)
0 Favorites   0 Comments

Color spaces of #dc009b

RGB 2200155
HSL0.881.000.43
HSV318°100°86°
CMYK 0.001.000.30   0.14
XYZ35.431617.582232.5366
Yxy17.58220.41420.2055
Hunter Lab41.931177.4521-16.6545
CIE-Lab48.985479.7400-21.6673

#dc009b color RGB value is (220,0,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 10011011
Octal 334 0 233
Decimal 220 0 155
Hex DC 0 9B

RGB Percentages of Color #dc009b

%58.67
%0.00
%41.33

CMYK Percentages of Color #dc009b

%0
%100
%30
%14

Triadic Colors of #dc009b

#dc009b #9bdc00 #009bdc

Analogous Colors of #dc009b

#dc009b #dc002d #af00dc

Monochromatic Colors of #dc009b

#dc009b

Complementary Color

#dc009b #00dc41

#dc009b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc009b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc009b Color CSS Codes

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

#dc009b Text Font Color

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

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


#dc009b Background Color

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

This div background color is #dc009b


#dc009b Border Color

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

This div border color is #dc009b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc009b


Comments

No comments written yet.

Please login to write comment.