Color Hex Logo

#e76059 Color Hex

#E76059
(231,96,89)
0 Favorites   0 Comments

Color spaces of #e76059

RGB 2319689
HSL0.010.750.63
HSV61°91°
CMYK 0.000.580.61   0.09
XYZ38.941026.075912.4319
Yxy26.07590.50280.3367
Hunter Lab51.064646.758221.3108
CIE-Lab58.109051.922730.7480

#e76059 color RGB value is (231,96,89).

#e76059 hex color red value is 231, green value is 96 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #e76059 hue: 0.01 , saturation: 0.75 and the lightness value of e76059 is 0.63.

The process color (four color CMYK) of #e76059 color hex is 0.00, 0.58, 0.61, 0.09. Web safe color of #e76059 is #ff6666. Color #e76059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 01011001
Octal 347 140 131
Decimal 231 96 89
Hex E7 60 59

RGB Percentages of Color #e76059

%55.53
%23.08
%21.39

CMYK Percentages of Color #e76059

%0
%58
%61
%9

Triadic Colors of #e76059

#e76059 #59e760 #6059e7

Analogous Colors of #e76059

#e76059 #e7a759 #e75999

Monochromatic Colors of #e76059

#e76059

Complementary Color

#e76059 #59e0e7

#e76059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76059 Color CSS Codes

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

#e76059 Text Font Color

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

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


#e76059 Background Color

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

This div background color is #e76059


#e76059 Border Color

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

This div border color is #e76059


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,96,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76059


Comments

No comments written yet.

Please login to write comment.