Color Hex Logo

#e85eea Color Hex

#E85EEA
(232,94,234)
0 Favorites   0 Comments

Color spaces of #e85eea

RGB 23294234
HSL0.830.770.64
HSV299°60°92°
CMYK 0.010.600.00   0.08
XYZ52.132731.101781.0974
Yxy31.10170.31720.1893
Hunter Lab55.768969.2660-47.1794
CIE-Lab62.593470.5217-45.7863

#e85eea color RGB value is (232,94,234).

#e85eea hex color red value is 232, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e85eea hue: 0.83 , saturation: 0.77 and the lightness value of e85eea is 0.64.

The process color (four color CMYK) of #e85eea color hex is 0.01, 0.60, 0.00, 0.08. Web safe color of #e85eea is #ff66ff. Color #e85eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011110 11101010
Octal 350 136 352
Decimal 232 94 234
Hex E8 5E EA

RGB Percentages of Color #e85eea

%41.43
%16.79
%41.79

CMYK Percentages of Color #e85eea

%1
%60
%0
%8

Triadic Colors of #e85eea

#e85eea #eae85e #5eeae8

Analogous Colors of #e85eea

#e85eea #ea5ea6 #a25eea

Monochromatic Colors of #e85eea

#e85eea

Complementary Color

#e85eea #60ea5e

#e85eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85eea Color CSS Codes

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

#e85eea Text Font Color

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

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


#e85eea Background Color

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

This div background color is #e85eea


#e85eea Border Color

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

This div border color is #e85eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85eea

#e85eea Color Palettes


Comments

No comments written yet.

Please login to write comment.