Color Hex Logo

#de764e Color Hex

#DE764E
(222,118,78)
0 Favorites   0 Comments

Color spaces of #de764e

RGB 22211878
HSL0.050.690.59
HSV17°65°87°
CMYK 0.000.470.65   0.13
XYZ37.977829.036510.8107
Yxy29.03650.48800.3731
Hunter Lab53.885531.504725.8249
CIE-Lab60.813837.176639.8269

#de764e color RGB value is (222,118,78).

#de764e hex color red value is 222, green value is 118 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #de764e hue: 0.05 , saturation: 0.69 and the lightness value of de764e is 0.59.

The process color (four color CMYK) of #de764e color hex is 0.00, 0.47, 0.65, 0.13. Web safe color of #de764e is #cc6666. Color #de764e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110110 01001110
Octal 336 166 116
Decimal 222 118 78
Hex DE 76 4E

RGB Percentages of Color #de764e

%53.11
%28.23
%18.66

CMYK Percentages of Color #de764e

%0
%47
%65
%13

Triadic Colors of #de764e

#de764e #4ede76 #764ede

Analogous Colors of #de764e

#de764e #debe4e #de4e6e

Monochromatic Colors of #de764e

#de764e

Complementary Color

#de764e #4eb6de

#de764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de764e Color CSS Codes

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

#de764e Text Font Color

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

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


#de764e Background Color

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

This div background color is #de764e


#de764e Border Color

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

This div border color is #de764e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de764e


Comments

No comments written yet.

Please login to write comment.