Color Hex Logo

#e0817f Color Hex

#E0817F
(224,129,127)
0 Favorites   0 Comments

Color spaces of #e0817f

RGB 224129127
HSL0.000.610.69
HSV43°88°
CMYK 0.000.420.43   0.12
XYZ42.421533.080124.2279
Yxy33.08010.42540.3317
Hunter Lab57.515331.004315.2852
CIE-Lab64.225736.307317.1260

#e0817f color RGB value is (224,129,127).

#e0817f hex color red value is 224, green value is 129 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e0817f hue: 0.00 , saturation: 0.61 and the lightness value of e0817f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 01111111
Octal 340 201 177
Decimal 224 129 127
Hex E0 81 7F

RGB Percentages of Color #e0817f

%46.67
%26.88
%26.46

CMYK Percentages of Color #e0817f

%0
%42
%43
%12

Triadic Colors of #e0817f

#e0817f #7fe081 #817fe0

Analogous Colors of #e0817f

#e0817f #e0b27f #e07fae

Monochromatic Colors of #e0817f

#e0817f

Complementary Color

#e0817f #7fdee0

#e0817f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0817f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0817f Color CSS Codes

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

#e0817f Text Font Color

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

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


#e0817f Background Color

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

This div background color is #e0817f


#e0817f Border Color

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

This div border color is #e0817f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0817f


Comments

No comments written yet.

Please login to write comment.