Color Hex Logo

#de915e Color Hex

#DE915E
(222,145,94)
0 Favorites   0 Comments

Color spaces of #de915e

RGB 22214594
HSL0.070.660.62
HSV24°58°87°
CMYK 0.000.350.58   0.13
XYZ42.270036.588515.4241
Yxy36.58850.44830.3881
Hunter Lab60.488418.883127.2234
CIE-Lab66.967224.035338.7887

#de915e color RGB value is (222,145,94).

#de915e hex color red value is 222, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #de915e hue: 0.07 , saturation: 0.66 and the lightness value of de915e is 0.62.

The process color (four color CMYK) of #de915e color hex is 0.00, 0.35, 0.58, 0.13. Web safe color of #de915e is #cc9966. Color #de915e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010001 01011110
Octal 336 221 136
Decimal 222 145 94
Hex DE 91 5E

RGB Percentages of Color #de915e

%48.16
%31.45
%20.39

CMYK Percentages of Color #de915e

%0
%35
%58
%13

Triadic Colors of #de915e

#de915e #5ede91 #915ede

Analogous Colors of #de915e

#de915e #ded15e #de5e6b

Monochromatic Colors of #de915e

#de915e

Complementary Color

#de915e #5eabde

#de915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de915e Color CSS Codes

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

#de915e Text Font Color

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

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


#de915e Background Color

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

This div background color is #de915e


#de915e Border Color

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

This div border color is #de915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de915e


Comments

No comments written yet.

Please login to write comment.