Color Hex Logo

#e88bea Color Hex

#E88BEA
(232,139,234)
0 Favorites   0 Comments

Color spaces of #e88bea

RGB 232139234
HSL0.830.690.73
HSV299°41°92°
CMYK 0.010.410.00   0.08
XYZ57.362641.561682.8407
Yxy41.56160.31560.2287
Hunter Lab64.468346.0062-31.0589
CIE-Lab70.567649.4028-33.3275

#e88bea color RGB value is (232,139,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001011 11101010
Octal 350 213 352
Decimal 232 139 234
Hex E8 8B EA

RGB Percentages of Color #e88bea

%38.35
%22.98
%38.68

CMYK Percentages of Color #e88bea

%1
%41
%0
%8

Triadic Colors of #e88bea

#e88bea #eae88b #8beae8

Analogous Colors of #e88bea

#e88bea #ea8bbd #b98bea

Monochromatic Colors of #e88bea

#e88bea

Complementary Color

#e88bea #8dea8b

#e88bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88bea Color CSS Codes

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

#e88bea Text Font Color

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

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


#e88bea Background Color

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

This div background color is #e88bea


#e88bea Border Color

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

This div border color is #e88bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88bea


Comments

No comments written yet.

Please login to write comment.