Color Hex Logo

#e87aeb Color Hex

#E87AEB
(232,122,235)
0 Favorites   0 Comments

Color spaces of #e87aeb

RGB 232122235
HSL0.830.740.70
HSV298°48°92°
CMYK 0.010.480.00   0.08
XYZ55.233637.073082.8419
Yxy37.07300.31540.2117
Hunter Lab60.887655.3713-38.0469
CIE-Lab67.331858.0569-38.9074

#e87aeb color RGB value is (232,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111010 11101011
Octal 350 172 353
Decimal 232 122 235
Hex E8 7A EB

RGB Percentages of Color #e87aeb

%39.39
%20.71
%39.90

CMYK Percentages of Color #e87aeb

%1
%48
%0
%8

Triadic Colors of #e87aeb

#e87aeb #ebe87a #7aebe8

Analogous Colors of #e87aeb

#e87aeb #eb7ab6 #b07aeb

Monochromatic Colors of #e87aeb

#e87aeb

Complementary Color

#e87aeb #7deb7a

#e87aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87aeb Color CSS Codes

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

#e87aeb Text Font Color

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

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


#e87aeb Background Color

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

This div background color is #e87aeb


#e87aeb Border Color

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

This div border color is #e87aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87aeb


Comments

No comments written yet.

Please login to write comment.