Color Hex Logo

#e77279 Color Hex

#E77279
(231,114,121)
0 Favorites   0 Comments

Color spaces of #e77279

RGB 231114121
HSL0.990.710.68
HSV356°51°91°
CMYK 0.000.510.48   0.09
XYZ42.423530.404021.7218
Yxy30.40400.44870.3216
Hunter Lab55.139840.839715.2412
CIE-Lab62.001345.901517.6224

#e77279 color RGB value is (231,114,121).

#e77279 hex color red value is 231, green value is 114 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e77279 hue: 0.99 , saturation: 0.71 and the lightness value of e77279 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110010 01111001
Octal 347 162 171
Decimal 231 114 121
Hex E7 72 79

RGB Percentages of Color #e77279

%49.57
%24.46
%25.97

CMYK Percentages of Color #e77279

%0
%51
%48
%9

Triadic Colors of #e77279

#e77279 #79e772 #7279e7

Analogous Colors of #e77279

#e77279 #e7a672 #e772b4

Monochromatic Colors of #e77279

#e77279

Complementary Color

#e77279 #72e7e0

#e77279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77279 Color CSS Codes

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

#e77279 Text Font Color

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

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


#e77279 Background Color

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

This div background color is #e77279


#e77279 Border Color

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

This div border color is #e77279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77279


Comments

No comments written yet.

Please login to write comment.