Color Hex Logo

#de715e Color Hex

#DE715E
(222,113,94)
0 Favorites   0 Comments

Color spaces of #de715e

RGB 22211394
HSL0.020.660.62
HSV58°87°
CMYK 0.000.490.58   0.13
XYZ38.049728.148014.0173
Yxy28.14800.47430.3509
Hunter Lab53.054735.170721.4736
CIE-Lab60.022240.821030.0859

#de715e color RGB value is (222,113,94).

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

The process color (four color CMYK) of #de715e color hex is 0.00, 0.49, 0.58, 0.13. Web safe color of #de715e is #cc6666. Color #de715e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 01011110
Octal 336 161 136
Decimal 222 113 94
Hex DE 71 5E

RGB Percentages of Color #de715e

%51.75
%26.34
%21.91

CMYK Percentages of Color #de715e

%0
%49
%58
%13

Triadic Colors of #de715e

#de715e #5ede71 #715ede

Analogous Colors of #de715e

#de715e #deb15e #de5e8b

Monochromatic Colors of #de715e

#de715e

Complementary Color

#de715e #5ecbde

#de715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de715e Color CSS Codes

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

#de715e Text Font Color

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

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


#de715e Background Color

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

This div background color is #de715e


#de715e Border Color

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

This div border color is #de715e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de715e


Comments

No comments written yet.

Please login to write comment.