Color Hex Logo

#de711b Color Hex

#DE711B
(222,113,27)
0 Favorites   0 Comments

Color spaces of #de711b

RGB 22211327
HSL0.070.780.49
HSV26°88°87°
CMYK 0.000.490.88   0.13
XYZ36.227227.41904.4199
Yxy27.41900.53220.4028
Hunter Lab52.363231.858931.6496
CIE-Lab59.360237.694661.1959

#de711b color RGB value is (222,113,27).

#de711b hex color red value is 222, green value is 113 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #de711b hue: 0.07 , saturation: 0.78 and the lightness value of de711b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 00011011
Octal 336 161 33
Decimal 222 113 27
Hex DE 71 1B

RGB Percentages of Color #de711b

%61.33
%31.22
%7.46

CMYK Percentages of Color #de711b

%0
%49
%88
%13

Triadic Colors of #de711b

#de711b #1bde71 #711bde

Analogous Colors of #de711b

#de711b #ded31b #de1b26

Monochromatic Colors of #de711b

#de711b

Complementary Color

#de711b #1b88de

#de711b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de711b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de711b Color CSS Codes

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

#de711b Text Font Color

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

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


#de711b Background Color

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

This div background color is #de711b


#de711b Border Color

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

This div border color is #de711b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de711b


Comments

No comments written yet.

Please login to write comment.