Color Hex Logo

#de795d Color Hex

#DE795D
(222,121,93)
0 Favorites   0 Comments

Color spaces of #de795d

RGB 22212193
HSL0.040.660.62
HSV13°58°87°
CMYK 0.000.450.58   0.13
XYZ38.937429.994714.0932
Yxy29.99470.46900.3613
Hunter Lab54.767431.063223.0802
CIE-Lab61.649636.649932.7099

#de795d color RGB value is (222,121,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111001 01011101
Octal 336 171 135
Decimal 222 121 93
Hex DE 79 5D

RGB Percentages of Color #de795d

%50.92
%27.75
%21.33

CMYK Percentages of Color #de795d

%0
%45
%58
%13

Triadic Colors of #de795d

#de795d #5dde79 #795dde

Analogous Colors of #de795d

#de795d #deba5d #de5d82

Monochromatic Colors of #de795d

#de795d

Complementary Color

#de795d #5dc2de

#de795d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de795d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de795d Color CSS Codes

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

#de795d Text Font Color

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

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


#de795d Background Color

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

This div background color is #de795d


#de795d Border Color

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

This div border color is #de795d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de795d


Comments

No comments written yet.

Please login to write comment.