Color Hex Logo

#e7814e Color Hex

#E7814E
(231,129,78)
0 Favorites   0 Comments

Color spaces of #e7814e

RGB 23112978
HSL0.060.760.61
HSV20°66°91°
CMYK 0.000.440.66   0.09
XYZ42.180433.239511.4004
Yxy33.23950.48580.3829
Hunter Lab57.653729.699528.6336
CIE-Lab64.354435.027544.2771

#e7814e color RGB value is (231,129,78).

#e7814e hex color red value is 231, green value is 129 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e7814e hue: 0.06 , saturation: 0.76 and the lightness value of e7814e is 0.61.

The process color (four color CMYK) of #e7814e color hex is 0.00, 0.44, 0.66, 0.09. Web safe color of #e7814e is #ff9966. Color #e7814e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000001 01001110
Octal 347 201 116
Decimal 231 129 78
Hex E7 81 4E

RGB Percentages of Color #e7814e

%52.74
%29.45
%17.81

CMYK Percentages of Color #e7814e

%0
%44
%66
%9

Triadic Colors of #e7814e

#e7814e #4ee781 #814ee7

Analogous Colors of #e7814e

#e7814e #e7ce4e #e74e68

Monochromatic Colors of #e7814e

#e7814e

Complementary Color

#e7814e #4eb4e7

#e7814e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7814e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7814e Color CSS Codes

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

#e7814e Text Font Color

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

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


#e7814e Background Color

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

This div background color is #e7814e


#e7814e Border Color

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

This div border color is #e7814e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7814e


Comments

No comments written yet.

Please login to write comment.