Color Hex Logo

#de712f Color Hex

#DE712F
(222,113,47)
0 Favorites   0 Comments

Color spaces of #de712f

RGB 22211347
HSL0.060.730.53
HSV23°79°87°
CMYK 0.000.490.79   0.13
XYZ36.542427.54516.0801
Yxy27.54510.52080.3926
Hunter Lab52.483432.437429.8698
CIE-Lab59.475538.245853.6856

#de712f color RGB value is (222,113,47).

#de712f hex color red value is 222, green value is 113 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #de712f hue: 0.06 , saturation: 0.73 and the lightness value of de712f is 0.53.

The process color (four color CMYK) of #de712f color hex is 0.00, 0.49, 0.79, 0.13. Web safe color of #de712f is #cc6633. Color #de712f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 00101111
Octal 336 161 57
Decimal 222 113 47
Hex DE 71 2F

RGB Percentages of Color #de712f

%58.12
%29.58
%12.30

CMYK Percentages of Color #de712f

%0
%49
%79
%13

Triadic Colors of #de712f

#de712f #2fde71 #712fde

Analogous Colors of #de712f

#de712f #dec92f #de2f45

Monochromatic Colors of #de712f

#de712f

Complementary Color

#de712f #2f9cde

#de712f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de712f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de712f Color CSS Codes

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

#de712f Text Font Color

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

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


#de712f Background Color

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

This div background color is #de712f


#de712f Border Color

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

This div border color is #de712f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de712f


Comments

No comments written yet.

Please login to write comment.