Color Hex Logo

#e88afb Color Hex

#E88AFB
(232,138,251)
0 Favorites   0 Comments

Color spaces of #e88afb

RGB 232138251
HSL0.810.930.76
HSV290°45°98°
CMYK 0.080.450.00   0.02
XYZ59.779842.297896.2803
Yxy42.29780.30140.2132
Hunter Lab65.036850.2574-42.2471
CIE-Lab71.075853.0661-41.8346

#e88afb color RGB value is (232,138,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001010 11111011
Octal 350 212 373
Decimal 232 138 251
Hex E8 8A FB

RGB Percentages of Color #e88afb

%37.36
%22.22
%40.42

CMYK Percentages of Color #e88afb

%8
%45
%0
%2

Triadic Colors of #e88afb

#e88afb #fbe88a #8afbe8

Analogous Colors of #e88afb

#e88afb #fb8ad6 #b08afb

Monochromatic Colors of #e88afb

#e88afb

Complementary Color

#e88afb #9dfb8a

#e88afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88afb Color CSS Codes

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

#e88afb Text Font Color

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

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


#e88afb Background Color

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

This div background color is #e88afb


#e88afb Border Color

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

This div border color is #e88afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88afb


Comments

No comments written yet.

Please login to write comment.