Color Hex Logo

#e77061 Color Hex

#E77061
(231,112,97)
0 Favorites   0 Comments

Color spaces of #e77061

RGB 23111297
HSL0.020.740.64
HSV58°91°
CMYK 0.000.520.58   0.09
XYZ40.906829.440314.8358
Yxy29.44030.48020.3456
Hunter Lab54.258939.621321.7698
CIE-Lab61.168344.882930.1333

#e77061 color RGB value is (231,112,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110000 01100001
Octal 347 160 141
Decimal 231 112 97
Hex E7 70 61

RGB Percentages of Color #e77061

%52.50
%25.45
%22.05

CMYK Percentages of Color #e77061

%0
%52
%58
%9

Triadic Colors of #e77061

#e77061 #61e770 #7061e7

Analogous Colors of #e77061

#e77061 #e7b361 #e76195

Monochromatic Colors of #e77061

#e77061

Complementary Color

#e77061 #61d8e7

#e77061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77061 Color CSS Codes

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

#e77061 Text Font Color

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

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


#e77061 Background Color

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

This div background color is #e77061


#e77061 Border Color

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

This div border color is #e77061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77061


Comments

No comments written yet.

Please login to write comment.