Color Hex Logo

#e8346e Color Hex

#E8346E
(232,52,110)
0 Favorites   0 Comments

Color spaces of #e8346e

RGB 23252110
HSL0.950.800.56
HSV341°78°91°
CMYK 0.000.780.53   0.09
XYZ37.321220.737616.7876
Yxy20.73760.49860.2771
Hunter Lab45.538666.597510.0200
CIE-Lab52.661170.182911.1373

#e8346e color RGB value is (232,52,110).

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

The process color (four color CMYK) of #e8346e color hex is 0.00, 0.78, 0.53, 0.09. Web safe color of #e8346e is #ff3366. Color #e8346e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110100 01101110
Octal 350 64 156
Decimal 232 52 110
Hex E8 34 6E

RGB Percentages of Color #e8346e

%58.88
%13.20
%27.92

CMYK Percentages of Color #e8346e

%0
%78
%53
%9

Triadic Colors of #e8346e

#e8346e #6ee834 #346ee8

Analogous Colors of #e8346e

#e8346e #e85434 #e834c8

Monochromatic Colors of #e8346e

#e8346e

Complementary Color

#e8346e #34e8ae

#e8346e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8346e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8346e Color CSS Codes

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

#e8346e Text Font Color

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

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


#e8346e Background Color

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

This div background color is #e8346e


#e8346e Border Color

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

This div border color is #e8346e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8346e


Comments

No comments written yet.

Please login to write comment.