Color Hex Logo

#df085e Color Hex

#DF085E
(223,8,94)
0 Favorites   0 Comments

Color spaces of #df085e

RGB 223894
HSL0.930.930.45
HSV336°96°87°
CMYK 0.000.960.58   0.13
XYZ32.538616.669812.0923
Yxy16.66980.53080.2719
Hunter Lab40.828770.806311.0200
CIE-Lab47.841374.598313.9366

#df085e color RGB value is (223,8,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001000 01011110
Octal 337 10 136
Decimal 223 8 94
Hex DF 8 5E

RGB Percentages of Color #df085e

%68.62
%2.46
%28.92

CMYK Percentages of Color #df085e

%0
%96
%58
%13

Triadic Colors of #df085e

#df085e #5edf08 #085edf

Analogous Colors of #df085e

#df085e #df1e08 #df08ca

Monochromatic Colors of #df085e

#df085e

Complementary Color

#df085e #08df89

#df085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df085e Color CSS Codes

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

#df085e Text Font Color

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

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


#df085e Background Color

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

This div background color is #df085e


#df085e Border Color

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

This div border color is #df085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df085e


Comments

No comments written yet.

Please login to write comment.