Color Hex Logo

#de913e Color Hex

#DE913E
(222,145,62)
0 Favorites   0 Comments

Color spaces of #de913e

RGB 22214562
HSL0.090.710.56
HSV31°72°87°
CMYK 0.000.350.72   0.13
XYZ41.119136.12829.3637
Yxy36.12820.47480.4171
Hunter Lab60.106716.925332.8383
CIE-Lab66.617822.045654.1651

#de913e color RGB value is (222,145,62).

#de913e hex color red value is 222, green value is 145 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #de913e hue: 0.09 , saturation: 0.71 and the lightness value of de913e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010001 00111110
Octal 336 221 76
Decimal 222 145 62
Hex DE 91 3E

RGB Percentages of Color #de913e

%51.75
%33.80
%14.45

CMYK Percentages of Color #de913e

%0
%35
%72
%13

Triadic Colors of #de913e

#de913e #3ede91 #913ede

Analogous Colors of #de913e

#de913e #dbde3e #de413e

Monochromatic Colors of #de913e

#de913e

Complementary Color

#de913e #3e8bde

#de913e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de913e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de913e Color CSS Codes

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

#de913e Text Font Color

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

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


#de913e Background Color

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

This div background color is #de913e


#de913e Border Color

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

This div border color is #de913e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de913e


Comments

No comments written yet.

Please login to write comment.