Color Hex Logo

#e888fa Color Hex

#E888FA
(232,136,250)
0 Favorites   0 Comments

Color spaces of #e888fa

RGB 232136250
HSL0.810.920.76
HSV291°46°98°
CMYK 0.070.460.00   0.02
XYZ59.338241.666395.3574
Yxy41.66630.30220.2122
Hunter Lab64.549451.1277-42.4031
CIE-Lab70.640253.8859-41.9701

#e888fa color RGB value is (232,136,250).

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

The process color (four color CMYK) of #e888fa color hex is 0.07, 0.46, 0.00, 0.02. Web safe color of #e888fa is #ff99ff. Color #e888fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001000 11111010
Octal 350 210 372
Decimal 232 136 250
Hex E8 88 FA

RGB Percentages of Color #e888fa

%37.54
%22.01
%40.45

CMYK Percentages of Color #e888fa

%7
%46
%0
%2

Triadic Colors of #e888fa

#e888fa #fae888 #88fae8

Analogous Colors of #e888fa

#e888fa #fa88d3 #af88fa

Monochromatic Colors of #e888fa

#e888fa

Complementary Color

#e888fa #9afa88

#e888fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e888fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e888fa Color CSS Codes

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

#e888fa Text Font Color

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

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


#e888fa Background Color

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

This div background color is #e888fa


#e888fa Border Color

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

This div border color is #e888fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e888fa


Comments

No comments written yet.

Please login to write comment.