Color Hex Logo

#de481f Color Hex

#DE481F
(222,72,31)
0 Favorites   0 Comments

Color spaces of #de481f

RGB 2227231
HSL0.040.750.50
HSV13°86°87°
CMYK 0.000.680.86   0.13
XYZ32.688920.26333.4846
Yxy20.26330.57920.3590
Hunter Lab45.014850.847626.9207
CIE-Lab52.133656.634553.9736

#de481f color RGB value is (222,72,31).

#de481f hex color red value is 222, green value is 72 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #de481f hue: 0.04 , saturation: 0.75 and the lightness value of de481f is 0.50.

The process color (four color CMYK) of #de481f color hex is 0.00, 0.68, 0.86, 0.13. Web safe color of #de481f is #cc3333. Color #de481f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001000 00011111
Octal 336 110 37
Decimal 222 72 31
Hex DE 48 1F

RGB Percentages of Color #de481f

%68.31
%22.15
%9.54

CMYK Percentages of Color #de481f

%0
%68
%86
%13

Triadic Colors of #de481f

#de481f #1fde48 #481fde

Analogous Colors of #de481f

#de481f #dea81f #de1f56

Monochromatic Colors of #de481f

#de481f

Complementary Color

#de481f #1fb5de

#de481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de481f Color CSS Codes

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

#de481f Text Font Color

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

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


#de481f Background Color

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

This div background color is #de481f


#de481f Border Color

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

This div border color is #de481f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,72,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de481f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de481f;
  -webkit-box-shadow: 1px 1px 3px 2px #de481f;
  box-shadow:         1px 1px 3px 2px #de481f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,72,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de481f


Comments

No comments written yet.

Please login to write comment.