Color Hex Logo

#df009a Color Hex

#DF009A
(223,0,154)
0 Favorites   0 Comments

Color spaces of #df009a

RGB 2230154
HSL0.881.000.44
HSV319°100°87°
CMYK 0.001.000.31   0.13
XYZ36.264218.021132.1389
Yxy18.02110.41960.2085
Hunter Lab42.451378.1948-15.1712
CIE-Lab49.521780.2252-20.1956

#df009a color RGB value is (223,0,154).

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

The process color (four color CMYK) of #df009a color hex is 0.00, 1.00, 0.31, 0.13. Web safe color of #df009a is #cc0099. Color #df009a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 10011010
Octal 337 0 232
Decimal 223 0 154
Hex DF 0 9A

RGB Percentages of Color #df009a

%59.15
%0.00
%40.85

CMYK Percentages of Color #df009a

%0
%100
%31
%13

Triadic Colors of #df009a

#df009a #9adf00 #009adf

Analogous Colors of #df009a

#df009a #df002b #b500df

Monochromatic Colors of #df009a

#df009a

Complementary Color

#df009a #00df45

#df009a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df009a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df009a Color CSS Codes

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

#df009a Text Font Color

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

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


#df009a Background Color

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

This div background color is #df009a


#df009a Border Color

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

This div border color is #df009a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df009a


Comments

No comments written yet.

Please login to write comment.