Color Hex Logo

#de7640 Color Hex

#DE7640
(222,118,64)
0 Favorites   0 Comments

Color spaces of #de7640

RGB 22211864
HSL0.060.710.56
HSV21°71°87°
CMYK 0.000.470.71   0.13
XYZ37.528028.85668.4424
Yxy28.85660.50150.3856
Hunter Lab53.718330.694228.2848
CIE-Lab60.654936.402146.8800

#de7640 color RGB value is (222,118,64).

#de7640 hex color red value is 222, green value is 118 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #de7640 hue: 0.06 , saturation: 0.71 and the lightness value of de7640 is 0.56.

The process color (four color CMYK) of #de7640 color hex is 0.00, 0.47, 0.71, 0.13. Web safe color of #de7640 is #cc6633. Color #de7640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110110 01000000
Octal 336 166 100
Decimal 222 118 64
Hex DE 76 40

RGB Percentages of Color #de7640

%54.95
%29.21
%15.84

CMYK Percentages of Color #de7640

%0
%47
%71
%13

Triadic Colors of #de7640

#de7640 #40de76 #7640de

Analogous Colors of #de7640

#de7640 #dec540 #de4059

Monochromatic Colors of #de7640

#de7640

Complementary Color

#de7640 #40a8de

#de7640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7640 Color CSS Codes

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

#de7640 Text Font Color

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

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


#de7640 Background Color

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

This div background color is #de7640


#de7640 Border Color

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

This div border color is #de7640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7640


Comments

No comments written yet.

Please login to write comment.