Color Hex Logo

#e76860 Color Hex

#E76860
(231,104,96)
0 Favorites   0 Comments

Color spaces of #e76860

RGB 23110496
HSL0.010.740.64
HSV58°91°
CMYK 0.000.550.58   0.09
XYZ40.016627.734114.3104
Yxy27.73410.48760.3380
Hunter Lab52.663243.474320.7531
CIE-Lab59.647748.678328.7413

#e76860 color RGB value is (231,104,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101000 01100000
Octal 347 150 140
Decimal 231 104 96
Hex E7 68 60

RGB Percentages of Color #e76860

%53.60
%24.13
%22.27

CMYK Percentages of Color #e76860

%0
%55
%58
%9

Triadic Colors of #e76860

#e76860 #60e768 #6860e7

Analogous Colors of #e76860

#e76860 #e7ac60 #e7609c

Monochromatic Colors of #e76860

#e76860

Complementary Color

#e76860 #60dfe7

#e76860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76860 Color CSS Codes

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

#e76860 Text Font Color

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

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


#e76860 Background Color

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

This div background color is #e76860


#e76860 Border Color

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

This div border color is #e76860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76860


Comments

No comments written yet.

Please login to write comment.