Color Hex Logo

#e88ffb Color Hex

#E88FFB
(232,143,251)
0 Favorites   0 Comments

Color spaces of #e88ffb

RGB 232143251
HSL0.800.930.77
HSV289°43°98°
CMYK 0.080.430.00   0.02
XYZ60.513843.765896.5250
Yxy43.76580.30140.2180
Hunter Lab66.155747.5046-40.1985
CIE-Lab72.071750.5195-40.2799

#e88ffb color RGB value is (232,143,251).

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

The process color (four color CMYK) of #e88ffb color hex is 0.08, 0.43, 0.00, 0.02. Web safe color of #e88ffb is #ff99ff. Color #e88ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001111 11111011
Octal 350 217 373
Decimal 232 143 251
Hex E8 8F FB

RGB Percentages of Color #e88ffb

%37.06
%22.84
%40.10

CMYK Percentages of Color #e88ffb

%8
%43
%0
%2

Triadic Colors of #e88ffb

#e88ffb #fbe88f #8ffbe8

Analogous Colors of #e88ffb

#e88ffb #fb8fd8 #b28ffb

Monochromatic Colors of #e88ffb

#e88ffb

Complementary Color

#e88ffb #a2fb8f

#e88ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88ffb Color CSS Codes

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

#e88ffb Text Font Color

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

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


#e88ffb Background Color

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

This div background color is #e88ffb


#e88ffb Border Color

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

This div border color is #e88ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88ffb


Comments

No comments written yet.

Please login to write comment.