Color Hex Logo

#e79494 Color Hex

#E79494
(231,148,148)
0 Favorites   0 Comments

Color spaces of #e79494

RGB 231148148
HSL0.000.630.74
HSV36°91°
CMYK 0.000.360.36   0.09
XYZ48.890240.306933.2202
Yxy40.30690.39940.3293
Hunter Lab63.487726.354613.4177
CIE-Lab69.687631.275713.0962

#e79494 color RGB value is (231,148,148).

#e79494 hex color red value is 231, green value is 148 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #e79494 hue: 0.00 , saturation: 0.63 and the lightness value of e79494 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010100 10010100
Octal 347 224 224
Decimal 231 148 148
Hex E7 94 94

RGB Percentages of Color #e79494

%43.83
%28.08
%28.08

CMYK Percentages of Color #e79494

%0
%36
%36
%9

Triadic Colors of #e79494

#e79494 #94e794 #9494e7

Analogous Colors of #e79494

#e79494 #e7be94 #e794be

Monochromatic Colors of #e79494

#e79494

Complementary Color

#e79494 #94e7e7

#e79494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79494 Color CSS Codes

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

#e79494 Text Font Color

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

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


#e79494 Background Color

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

This div background color is #e79494


#e79494 Border Color

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

This div border color is #e79494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79494

#e79494 Color Palettes


Comments

No comments written yet.

Please login to write comment.