Color Hex Logo

#de774d Color Hex

#DE774D
(222,119,77)
0 Favorites   0 Comments

Color spaces of #de774d

RGB 22211977
HSL0.050.690.59
HSV17°65°87°
CMYK 0.000.460.65   0.13
XYZ38.060629.259110.6627
Yxy29.25910.48810.3752
Hunter Lab54.091730.937726.1768
CIE-Lab61.009636.600140.5891

#de774d color RGB value is (222,119,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110111 01001101
Octal 336 167 115
Decimal 222 119 77
Hex DE 77 4D

RGB Percentages of Color #de774d

%53.11
%28.47
%18.42

CMYK Percentages of Color #de774d

%0
%46
%65
%13

Triadic Colors of #de774d

#de774d #4dde77 #774dde

Analogous Colors of #de774d

#de774d #dec04d #de4d6c

Monochromatic Colors of #de774d

#de774d

Complementary Color

#de774d #4db4de

#de774d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de774d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de774d Color CSS Codes

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

#de774d Text Font Color

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

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


#de774d Background Color

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

This div background color is #de774d


#de774d Border Color

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

This div border color is #de774d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de774d


Comments

No comments written yet.

Please login to write comment.