Color Hex Logo

#e79180 Color Hex

#E79180
(231,145,128)
0 Favorites   0 Comments

Color spaces of #e79180

RGB 231145128
HSL0.030.680.70
HSV10°45°91°
CMYK 0.000.370.45   0.09
XYZ46.976738.798225.4349
Yxy38.79820.42240.3489
Hunter Lab62.288225.617319.3911
CIE-Lab68.604830.646322.6961

#e79180 color RGB value is (231,145,128).

#e79180 hex color red value is 231, green value is 145 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e79180 hue: 0.03 , saturation: 0.68 and the lightness value of e79180 is 0.70.

The process color (four color CMYK) of #e79180 color hex is 0.00, 0.37, 0.45, 0.09. Web safe color of #e79180 is #ff9999. Color #e79180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010001 10000000
Octal 347 221 200
Decimal 231 145 128
Hex E7 91 80

RGB Percentages of Color #e79180

%45.83
%28.77
%25.40

CMYK Percentages of Color #e79180

%0
%37
%45
%9

Triadic Colors of #e79180

#e79180 #80e791 #9180e7

Analogous Colors of #e79180

#e79180 #e7c580 #e780a3

Monochromatic Colors of #e79180

#e79180

Complementary Color

#e79180 #80d6e7

#e79180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79180 Color CSS Codes

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

#e79180 Text Font Color

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

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


#e79180 Background Color

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

This div background color is #e79180


#e79180 Border Color

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

This div border color is #e79180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79180


Comments

No comments written yet.

Please login to write comment.