Color Hex Logo

#e08374 Color Hex

#E08374
(224,131,116)
0 Favorites   0 Comments

Color spaces of #e08374

RGB 224131116
HSL0.020.640.67
HSV48°88°
CMYK 0.000.420.48   0.12
XYZ42.009233.340820.7443
Yxy33.34080.43720.3470
Hunter Lab57.741528.818119.1184
CIE-Lab64.435934.159323.6000

#e08374 color RGB value is (224,131,116).

#e08374 hex color red value is 224, green value is 131 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e08374 hue: 0.02 , saturation: 0.64 and the lightness value of e08374 is 0.67.

The process color (four color CMYK) of #e08374 color hex is 0.00, 0.42, 0.48, 0.12. Web safe color of #e08374 is #cc9966. Color #e08374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 01110100
Octal 340 203 164
Decimal 224 131 116
Hex E0 83 74

RGB Percentages of Color #e08374

%47.56
%27.81
%24.63

CMYK Percentages of Color #e08374

%0
%42
%48
%12

Triadic Colors of #e08374

#e08374 #74e083 #8374e0

Analogous Colors of #e08374

#e08374 #e0b974 #e0749b

Monochromatic Colors of #e08374

#e08374

Complementary Color

#e08374 #74d1e0

#e08374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08374 Color CSS Codes

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

#e08374 Text Font Color

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

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


#e08374 Background Color

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

This div background color is #e08374


#e08374 Border Color

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

This div border color is #e08374


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,131,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e08374; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e08374;
  -webkit-box-shadow: 1px 1px 3px 2px #e08374;
  box-shadow:         1px 1px 3px 2px #e08374; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,131,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08374


Comments

No comments written yet.

Please login to write comment.