Color Hex Logo

#de8f77 Color Hex

#DE8F77
(222,143,119)
0 Favorites   0 Comments

Color spaces of #de8f77

RGB 222143119
HSL0.040.610.67
HSV14°46°87°
CMYK 0.000.360.46   0.13
XYZ43.276436.506422.2183
Yxy36.50640.42430.3579
Hunter Lab60.420522.115320.4918
CIE-Lab66.905127.308225.1935

#de8f77 color RGB value is (222,143,119).

#de8f77 hex color red value is 222, green value is 143 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #de8f77 hue: 0.04 , saturation: 0.61 and the lightness value of de8f77 is 0.67.

The process color (four color CMYK) of #de8f77 color hex is 0.00, 0.36, 0.46, 0.13. Web safe color of #de8f77 is #cc9966. Color #de8f77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001111 01110111
Octal 336 217 167
Decimal 222 143 119
Hex DE 8F 77

RGB Percentages of Color #de8f77

%45.87
%29.55
%24.59

CMYK Percentages of Color #de8f77

%0
%36
%46
%13

Triadic Colors of #de8f77

#de8f77 #77de8f #8f77de

Analogous Colors of #de8f77

#de8f77 #dec377 #de7793

Monochromatic Colors of #de8f77

#de8f77

Complementary Color

#de8f77 #77c6de

#de8f77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8f77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8f77 Color CSS Codes

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

#de8f77 Text Font Color

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

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


#de8f77 Background Color

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

This div background color is #de8f77


#de8f77 Border Color

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

This div border color is #de8f77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8f77


Comments

No comments written yet.

Please login to write comment.