Color Hex Logo

#e88dfb Color Hex

#E88DFB
(232,141,251)
0 Favorites   0 Comments

Color spaces of #e88dfb

RGB 232141251
HSL0.800.930.77
HSV290°44°98°
CMYK 0.080.440.00   0.02
XYZ60.216243.170696.4258
Yxy43.17060.30140.2161
Hunter Lab65.704348.6077-41.0193
CIE-Lab71.670651.5420-40.9056

#e88dfb color RGB value is (232,141,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001101 11111011
Octal 350 215 373
Decimal 232 141 251
Hex E8 8D FB

RGB Percentages of Color #e88dfb

%37.18
%22.60
%40.22

CMYK Percentages of Color #e88dfb

%8
%44
%0
%2

Triadic Colors of #e88dfb

#e88dfb #fbe88d #8dfbe8

Analogous Colors of #e88dfb

#e88dfb #fb8dd7 #b18dfb

Monochromatic Colors of #e88dfb

#e88dfb

Complementary Color

#e88dfb #a0fb8d

#e88dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88dfb Color CSS Codes

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

#e88dfb Text Font Color

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

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


#e88dfb Background Color

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

This div background color is #e88dfb


#e88dfb Border Color

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

This div border color is #e88dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88dfb


Comments

No comments written yet.

Please login to write comment.