Color Hex Logo

#de932e Color Hex

#DE932E
(222,147,46)
0 Favorites   0 Comments

Color spaces of #de932e

RGB 22214746
HSL0.100.730.53
HSV34°79°87°
CMYK 0.000.340.79   0.13
XYZ41.051136.59437.4845
Yxy36.59430.48220.4299
Hunter Lab60.493215.268135.0096
CIE-Lab66.971520.312161.1266

#de932e color RGB value is (222,147,46).

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

The process color (four color CMYK) of #de932e color hex is 0.00, 0.34, 0.79, 0.13. Web safe color of #de932e is #cc9933. Color #de932e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010011 00101110
Octal 336 223 56
Decimal 222 147 46
Hex DE 93 2E

RGB Percentages of Color #de932e

%53.49
%35.42
%11.08

CMYK Percentages of Color #de932e

%0
%34
%79
%13

Triadic Colors of #de932e

#de932e #2ede93 #932ede

Analogous Colors of #de932e

#de932e #d1de2e #de3b2e

Monochromatic Colors of #de932e

#de932e

Complementary Color

#de932e #2e79de

#de932e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de932e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de932e Color CSS Codes

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

#de932e Text Font Color

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

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


#de932e Background Color

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

This div background color is #de932e


#de932e Border Color

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

This div border color is #de932e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de932e


Comments

No comments written yet.

Please login to write comment.