Color Hex Logo

#e884fb Color Hex

#E884FB
(232,132,251)
0 Favorites   0 Comments

Color spaces of #e884fb

RGB 232132251
HSL0.810.940.75
HSV290°47°98°
CMYK 0.080.470.00   0.02
XYZ58.942640.623496.0013
Yxy40.62340.30140.2077
Hunter Lab63.736553.5354-44.6884
CIE-Lab69.911356.0763-43.6567

#e884fb color RGB value is (232,132,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000100 11111011
Octal 350 204 373
Decimal 232 132 251
Hex E8 84 FB

RGB Percentages of Color #e884fb

%37.72
%21.46
%40.81

CMYK Percentages of Color #e884fb

%8
%47
%0
%2

Triadic Colors of #e884fb

#e884fb #fbe884 #84fbe8

Analogous Colors of #e884fb

#e884fb #fb84d3 #ad84fb

Monochromatic Colors of #e884fb

#e884fb

Complementary Color

#e884fb #97fb84

#e884fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e884fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e884fb Color CSS Codes

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

#e884fb Text Font Color

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

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


#e884fb Background Color

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

This div background color is #e884fb


#e884fb Border Color

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

This div border color is #e884fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e884fb

Related Colors


Comments

No comments written yet.

Please login to write comment.