Color Hex Logo

#e79488 Color Hex

#E79488
(231,148,136)
0 Favorites   0 Comments

Color spaces of #e79488

RGB 231148136
HSL0.020.660.72
HSV41°91°
CMYK 0.000.360.41   0.09
XYZ47.988839.946328.4737
Yxy39.94630.41220.3432
Hunter Lab63.203124.926017.5313
CIE-Lab69.431329.903019.3990

#e79488 color RGB value is (231,148,136).

#e79488 hex color red value is 231, green value is 148 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #e79488 hue: 0.02 , saturation: 0.66 and the lightness value of e79488 is 0.72.

The process color (four color CMYK) of #e79488 color hex is 0.00, 0.36, 0.41, 0.09. Web safe color of #e79488 is #ff9999. Color #e79488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010100 10001000
Octal 347 224 210
Decimal 231 148 136
Hex E7 94 88

RGB Percentages of Color #e79488

%44.85
%28.74
%26.41

CMYK Percentages of Color #e79488

%0
%36
%41
%9

Triadic Colors of #e79488

#e79488 #88e794 #9488e7

Analogous Colors of #e79488

#e79488 #e7c488 #e788ac

Monochromatic Colors of #e79488

#e79488

Complementary Color

#e79488 #88dbe7

#e79488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79488 Color CSS Codes

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

#e79488 Text Font Color

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

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


#e79488 Background Color

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

This div background color is #e79488


#e79488 Border Color

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

This div border color is #e79488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79488


Comments

No comments written yet.

Please login to write comment.