Color Hex Logo

#e8349e Color Hex

#E8349E
(232,52,158)
0 Favorites   0 Comments

Color spaces of #e8349e

RGB 23252158
HSL0.900.800.56
HSV325°78°91°
CMYK 0.000.780.32   0.09
XYZ40.678322.080434.4657
Yxy22.08040.41840.2271
Hunter Lab46.989872.2924-10.5947
CIE-Lab54.112274.5927-15.4200

#e8349e color RGB value is (232,52,158).

#e8349e hex color red value is 232, green value is 52 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e8349e hue: 0.90 , saturation: 0.80 and the lightness value of e8349e is 0.56.

The process color (four color CMYK) of #e8349e color hex is 0.00, 0.78, 0.32, 0.09. Web safe color of #e8349e is #ff3399. Color #e8349e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110100 10011110
Octal 350 64 236
Decimal 232 52 158
Hex E8 34 9E

RGB Percentages of Color #e8349e

%52.49
%11.76
%35.75

CMYK Percentages of Color #e8349e

%0
%78
%32
%9

Triadic Colors of #e8349e

#e8349e #9ee834 #349ee8

Analogous Colors of #e8349e

#e8349e #e83444 #d834e8

Monochromatic Colors of #e8349e

#e8349e

Complementary Color

#e8349e #34e87e

#e8349e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8349e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8349e Color CSS Codes

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

#e8349e Text Font Color

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

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


#e8349e Background Color

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

This div background color is #e8349e


#e8349e Border Color

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

This div border color is #e8349e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8349e


Comments

No comments written yet.

Please login to write comment.