Color Hex Logo

#de774e Color Hex

#DE774E
(222,119,78)
0 Favorites   0 Comments

Color spaces of #de774e

RGB 22211978
HSL0.050.690.59
HSV17°65°87°
CMYK 0.000.460.65   0.13
XYZ38.096229.273310.8502
Yxy29.27330.48700.3742
Hunter Lab54.104831.001825.9833
CIE-Lab61.022136.661340.0733

#de774e color RGB value is (222,119,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110111 01001110
Octal 336 167 116
Decimal 222 119 78
Hex DE 77 4E

RGB Percentages of Color #de774e

%52.98
%28.40
%18.62

CMYK Percentages of Color #de774e

%0
%46
%65
%13

Triadic Colors of #de774e

#de774e #4ede77 #774ede

Analogous Colors of #de774e

#de774e #debf4e #de4e6d

Monochromatic Colors of #de774e

#de774e

Complementary Color

#de774e #4eb5de

#de774e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de774e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de774e Color CSS Codes

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

#de774e Text Font Color

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

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


#de774e Background Color

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

This div background color is #de774e


#de774e Border Color

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

This div border color is #de774e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de774e


Comments

No comments written yet.

Please login to write comment.