Color Hex Logo

#df005e Color Hex

#DF005E
(223,0,94)
0 Favorites   0 Comments

Color spaces of #df005e

RGB 223094
HSL0.931.000.44
HSV335°100°87°
CMYK 0.001.000.58   0.13
XYZ32.451816.496112.0633
Yxy16.49610.53190.2704
Hunter Lab40.615471.545010.8209
CIE-Lab47.618775.246113.6298

#df005e color RGB value is (223,0,94).

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

The process color (four color CMYK) of #df005e color hex is 0.00, 1.00, 0.58, 0.13. Web safe color of #df005e is #cc0066. Color #df005e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 01011110
Octal 337 0 136
Decimal 223 0 94
Hex DF 0 5E

RGB Percentages of Color #df005e

%70.35
%0.00
%29.65

CMYK Percentages of Color #df005e

%0
%100
%58
%13

Triadic Colors of #df005e

#df005e #5edf00 #005edf

Analogous Colors of #df005e

#df005e #df1200 #df00ce

Monochromatic Colors of #df005e

#df005e

Complementary Color

#df005e #00df81

#df005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df005e Color CSS Codes

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

#df005e Text Font Color

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

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


#df005e Background Color

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

This div background color is #df005e


#df005e Border Color

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

This div border color is #df005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df005e


Comments

No comments written yet.

Please login to write comment.