Color Hex Logo

#e894ea Color Hex

#E894EA
(232,148,234)
0 Favorites   0 Comments

Color spaces of #e894ea

RGB 232148234
HSL0.830.670.75
HSV299°37°92°
CMYK 0.010.370.00   0.08
XYZ58.719944.276183.2932
Yxy44.27610.31520.2377
Hunter Lab66.540341.0756-27.6393
CIE-Lab72.412744.7567-30.4782

#e894ea color RGB value is (232,148,234).

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

The process color (four color CMYK) of #e894ea color hex is 0.01, 0.37, 0.00, 0.08. Web safe color of #e894ea is #ff99ff. Color #e894ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010100 11101010
Octal 350 224 352
Decimal 232 148 234
Hex E8 94 EA

RGB Percentages of Color #e894ea

%37.79
%24.10
%38.11

CMYK Percentages of Color #e894ea

%1
%37
%0
%8

Triadic Colors of #e894ea

#e894ea #eae894 #94eae8

Analogous Colors of #e894ea

#e894ea #ea94c1 #bd94ea

Monochromatic Colors of #e894ea

#e894ea

Complementary Color

#e894ea #96ea94

#e894ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e894ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e894ea Color CSS Codes

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

#e894ea Text Font Color

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

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


#e894ea Background Color

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

This div background color is #e894ea


#e894ea Border Color

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

This div border color is #e894ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e894ea


Comments

No comments written yet.

Please login to write comment.