Color Hex Logo

#e77360 Color Hex

#E77360
(231,115,96)
0 Favorites   0 Comments

Color spaces of #e77360

RGB 23111596
HSL0.020.740.64
HSV58°91°
CMYK 0.000.500.58   0.09
XYZ41.197130.094914.7039
Yxy30.09490.47910.3500
Hunter Lab54.858838.044522.5096
CIE-Lab61.736043.326631.4181

#e77360 color RGB value is (231,115,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110011 01100000
Octal 347 163 140
Decimal 231 115 96
Hex E7 73 60

RGB Percentages of Color #e77360

%52.26
%26.02
%21.72

CMYK Percentages of Color #e77360

%0
%50
%58
%9

Triadic Colors of #e77360

#e77360 #60e773 #7360e7

Analogous Colors of #e77360

#e77360 #e7b760 #e76091

Monochromatic Colors of #e77360

#e77360

Complementary Color

#e77360 #60d4e7

#e77360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77360 Color CSS Codes

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

#e77360 Text Font Color

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

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


#e77360 Background Color

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

This div background color is #e77360


#e77360 Border Color

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

This div border color is #e77360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77360


Comments

No comments written yet.

Please login to write comment.