Color Hex Logo

#df081e Color Hex

#DF081E
(223,8,30)
0 Favorites   0 Comments

Color spaces of #df081e

RGB 223830
HSL0.980.930.45
HSV354°96°87°
CMYK 0.000.960.87   0.13
XYZ30.752615.95542.6871
Yxy15.95540.62260.3230
Hunter Lab39.944267.522823.9724
CIE-Lab46.915972.066450.2469

#df081e color RGB value is (223,8,30).

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

The process color (four color CMYK) of #df081e color hex is 0.00, 0.96, 0.87, 0.13. Web safe color of #df081e is #cc0033. Color #df081e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001000 00011110
Octal 337 10 36
Decimal 223 8 30
Hex DF 8 1E

RGB Percentages of Color #df081e

%85.44
%3.07
%11.49

CMYK Percentages of Color #df081e

%0
%96
%87
%13

Triadic Colors of #df081e

#df081e #1edf08 #081edf

Analogous Colors of #df081e

#df081e #df5e08 #df088a

Monochromatic Colors of #df081e

#df081e

Complementary Color

#df081e #08dfc9

#df081e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df081e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df081e Color CSS Codes

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

#df081e Text Font Color

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

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


#df081e Background Color

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

This div background color is #df081e


#df081e Border Color

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

This div border color is #df081e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df081e


Comments

No comments written yet.

Please login to write comment.