Color Hex Logo

#e87aea Color Hex

#E87AEA
(232,122,234)
0 Favorites   0 Comments

Color spaces of #e87aea

RGB 232122234
HSL0.830.730.70
HSV299°48°92°
CMYK 0.010.480.00   0.08
XYZ55.089537.015482.0830
Yxy37.01540.31630.2125
Hunter Lab60.840355.1572-37.4032
CIE-Lab67.288657.8798-38.4226

#e87aea color RGB value is (232,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111010 11101010
Octal 350 172 352
Decimal 232 122 234
Hex E8 7A EA

RGB Percentages of Color #e87aea

%39.46
%20.75
%39.80

CMYK Percentages of Color #e87aea

%1
%48
%0
%8

Triadic Colors of #e87aea

#e87aea #eae87a #7aeae8

Analogous Colors of #e87aea

#e87aea #ea7ab4 #b07aea

Monochromatic Colors of #e87aea

#e87aea

Complementary Color

#e87aea #7cea7a

#e87aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87aea Color CSS Codes

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

#e87aea Text Font Color

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

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


#e87aea Background Color

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

This div background color is #e87aea


#e87aea Border Color

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

This div border color is #e87aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87aea


Comments

No comments written yet.

Please login to write comment.