Color Hex Logo

#de470f Color Hex

#DE470F
(222,71,15)
0 Favorites   0 Comments

Color spaces of #de470f

RGB 2227115
HSL0.050.870.46
HSV16°93°87°
CMYK 0.000.680.93   0.13
XYZ32.463720.07062.6149
Yxy20.07060.58870.3639
Hunter Lab44.800250.946527.8995
CIE-Lab51.916956.762159.3956

#de470f color RGB value is (222,71,15).

#de470f hex color red value is 222, green value is 71 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #de470f hue: 0.05 , saturation: 0.87 and the lightness value of de470f is 0.46.

The process color (four color CMYK) of #de470f color hex is 0.00, 0.68, 0.93, 0.13. Web safe color of #de470f is #cc3300. Color #de470f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 00001111
Octal 336 107 17
Decimal 222 71 15
Hex DE 47 F

RGB Percentages of Color #de470f

%72.08
%23.05
%4.87

CMYK Percentages of Color #de470f

%0
%68
%93
%13

Triadic Colors of #de470f

#de470f #0fde47 #470fde

Analogous Colors of #de470f

#de470f #deaf0f #de0f3f

Monochromatic Colors of #de470f

#de470f

Complementary Color

#de470f #0fa6de

#de470f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de470f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de470f Color CSS Codes

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

#de470f Text Font Color

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

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


#de470f Background Color

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

This div background color is #de470f


#de470f Border Color

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

This div border color is #de470f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de470f


Comments

No comments written yet.

Please login to write comment.