Color Hex Logo

#e79594 Color Hex

#E79594
(231,149,148)
0 Favorites   0 Comments

Color spaces of #e79594

RGB 231149148
HSL0.000.630.74
HSV36°91°
CMYK 0.000.350.36   0.09
XYZ49.047740.621933.2727
Yxy40.62190.39890.3304
Hunter Lab63.735325.828413.6627
CIE-Lab69.910230.745813.4091

#e79594 color RGB value is (231,149,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010101 10010100
Octal 347 225 224
Decimal 231 149 148
Hex E7 95 94

RGB Percentages of Color #e79594

%43.75
%28.22
%28.03

CMYK Percentages of Color #e79594

%0
%35
%36
%9

Triadic Colors of #e79594

#e79594 #94e795 #9594e7

Analogous Colors of #e79594

#e79594 #e7bf94 #e794bd

Monochromatic Colors of #e79594

#e79594

Complementary Color

#e79594 #94e6e7

#e79594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79594 Color CSS Codes

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

#e79594 Text Font Color

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

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


#e79594 Background Color

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

This div background color is #e79594


#e79594 Border Color

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

This div border color is #e79594


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,149,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 #e79594">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79594


Comments

No comments written yet.

Please login to write comment.