Color Hex Logo

#e88bff Color Hex

#E88BFF
(232,139,255)
0 Favorites   0 Comments

Color spaces of #e88bff

RGB 232139255
HSL0.801.000.77
HSV288°45°100°
CMYK 0.090.450.00   0.00
XYZ60.561342.841099.6850
Yxy42.84100.29820.2109
Hunter Lab65.453050.6167-44.4816
CIE-Lab71.446953.3250-43.4312

#e88bff color RGB value is (232,139,255).

#e88bff hex color red value is 232, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e88bff hue: 0.80 , saturation: 1.00 and the lightness value of e88bff is 0.77.

The process color (four color CMYK) of #e88bff color hex is 0.09, 0.45, 0.00, 0.00. Web safe color of #e88bff is #ff99ff. Color #e88bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001011 11111111
Octal 350 213 377
Decimal 232 139 255
Hex E8 8B FF

RGB Percentages of Color #e88bff

%37.06
%22.20
%40.73

CMYK Percentages of Color #e88bff

%9
%45
%0
%0

Triadic Colors of #e88bff

#e88bff #ffe88b #8bffe8

Analogous Colors of #e88bff

#e88bff #ff8bdc #ae8bff

Monochromatic Colors of #e88bff

#e88bff

Complementary Color

#e88bff #a2ff8b

#e88bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88bff Color CSS Codes

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

#e88bff Text Font Color

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

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


#e88bff Background Color

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

This div background color is #e88bff


#e88bff Border Color

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

This div border color is #e88bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88bff

Related Colors

#e88bff Color Palettes


Comments

No comments written yet.

Please login to write comment.