Color Hex Logo

#e77260 Color Hex

#E77260
(231,114,96)
0 Favorites   0 Comments

Color spaces of #e77260

RGB 23111496
HSL0.020.740.64
HSV58°91°
CMYK 0.000.510.58   0.09
XYZ41.083629.868114.6661
Yxy29.86810.47980.3489
Hunter Lab54.651738.544222.3454
CIE-Lab61.540243.822631.1686

#e77260 color RGB value is (231,114,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110010 01100000
Octal 347 162 140
Decimal 231 114 96
Hex E7 72 60

RGB Percentages of Color #e77260

%52.38
%25.85
%21.77

CMYK Percentages of Color #e77260

%0
%51
%58
%9

Triadic Colors of #e77260

#e77260 #60e772 #7260e7

Analogous Colors of #e77260

#e77260 #e7b660 #e76092

Monochromatic Colors of #e77260

#e77260

Complementary Color

#e77260 #60d5e7

#e77260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77260 Color CSS Codes

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

#e77260 Text Font Color

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

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


#e77260 Background Color

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

This div background color is #e77260


#e77260 Border Color

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

This div border color is #e77260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77260


Comments

No comments written yet.

Please login to write comment.