Color Hex Logo

#de911f Color Hex

#DE911F
(222,145,31)
0 Favorites   0 Comments

Color spaces of #de911f

RGB 22214531
HSL0.100.750.50
HSV36°86°87°
CMYK 0.000.350.86   0.13
XYZ40.496935.87936.0873
Yxy35.87930.49110.4351
Hunter Lab59.899315.856935.9042
CIE-Lab66.427620.948265.6418

#de911f color RGB value is (222,145,31).

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

The process color (four color CMYK) of #de911f color hex is 0.00, 0.35, 0.86, 0.13. Web safe color of #de911f is #cc9933. Color #de911f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010001 00011111
Octal 336 221 37
Decimal 222 145 31
Hex DE 91 1F

RGB Percentages of Color #de911f

%55.78
%36.43
%7.79

CMYK Percentages of Color #de911f

%0
%35
%86
%13

Triadic Colors of #de911f

#de911f #1fde91 #911fde

Analogous Colors of #de911f

#de911f #ccde1f #de311f

Monochromatic Colors of #de911f

#de911f

Complementary Color

#de911f #1f6cde

#de911f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de911f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de911f Color CSS Codes

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

#de911f Text Font Color

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

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


#de911f Background Color

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

This div background color is #de911f


#de911f Border Color

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

This div border color is #de911f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,145,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 #de911f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de911f


Comments

No comments written yet.

Please login to write comment.