Color Hex Logo

#e88aea Color Hex

#E88AEA
(232,138,234)
0 Favorites   0 Comments

Color spaces of #e88aea

RGB 232138234
HSL0.830.700.73
HSV299°41°92°
CMYK 0.010.410.00   0.08
XYZ57.218541.273382.7927
Yxy41.27330.31560.2277
Hunter Lab64.244346.5516-31.4370
CIE-Lab70.367049.9134-33.6381

#e88aea color RGB value is (232,138,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001010 11101010
Octal 350 212 352
Decimal 232 138 234
Hex E8 8A EA

RGB Percentages of Color #e88aea

%38.41
%22.85
%38.74

CMYK Percentages of Color #e88aea

%1
%41
%0
%8

Triadic Colors of #e88aea

#e88aea #eae88a #8aeae8

Analogous Colors of #e88aea

#e88aea #ea8abc #b88aea

Monochromatic Colors of #e88aea

#e88aea

Complementary Color

#e88aea #8cea8a

#e88aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88aea Color CSS Codes

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

#e88aea Text Font Color

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

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


#e88aea Background Color

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

This div background color is #e88aea


#e88aea Border Color

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

This div border color is #e88aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88aea


Comments

No comments written yet.

Please login to write comment.