Color Hex Logo

#e8949a Color Hex

#E8949A
(232,148,154)
0 Favorites   0 Comments

Color spaces of #e8949a

RGB 232148154
HSL0.990.650.75
HSV356°36°91°
CMYK 0.000.360.34   0.09
XYZ49.701440.668735.8021
Yxy40.66870.39390.3223
Hunter Lab63.772027.514811.3545
CIE-Lab69.943232.377510.1354

#e8949a color RGB value is (232,148,154).

#e8949a hex color red value is 232, green value is 148 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e8949a hue: 0.99 , saturation: 0.65 and the lightness value of e8949a is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010100 10011010
Octal 350 224 232
Decimal 232 148 154
Hex E8 94 9A

RGB Percentages of Color #e8949a

%43.45
%27.72
%28.84

CMYK Percentages of Color #e8949a

%0
%36
%34
%9

Triadic Colors of #e8949a

#e8949a #9ae894 #949ae8

Analogous Colors of #e8949a

#e8949a #e8b894 #e894c4

Monochromatic Colors of #e8949a

#e8949a

Complementary Color

#e8949a #94e8e2

#e8949a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8949a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8949a Color CSS Codes

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

#e8949a Text Font Color

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

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


#e8949a Background Color

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

This div background color is #e8949a


#e8949a Border Color

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

This div border color is #e8949a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8949a


Comments

No comments written yet.

Please login to write comment.