Color Hex Logo

#e88beb Color Hex

#E88BEB
(232,139,235)
0 Favorites   0 Comments

Color spaces of #e88beb

RGB 232139235
HSL0.830.710.73
HSV298°41°92°
CMYK 0.010.410.00   0.08
XYZ57.506741.619283.5996
Yxy41.61920.31470.2278
Hunter Lab64.512946.2169-31.6723
CIE-Lab70.607649.5840-33.8144

#e88beb color RGB value is (232,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001011 11101011
Octal 350 213 353
Decimal 232 139 235
Hex E8 8B EB

RGB Percentages of Color #e88beb

%38.28
%22.94
%38.78

CMYK Percentages of Color #e88beb

%1
%41
%0
%8

Triadic Colors of #e88beb

#e88beb #ebe88b #8bebe8

Analogous Colors of #e88beb

#e88beb #eb8bbe #b88beb

Monochromatic Colors of #e88beb

#e88beb

Complementary Color

#e88beb #8eeb8b

#e88beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88beb Color CSS Codes

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

#e88beb Text Font Color

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

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


#e88beb Background Color

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

This div background color is #e88beb


#e88beb Border Color

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

This div border color is #e88beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88beb


Comments

No comments written yet.

Please login to write comment.