Color Hex Logo

#e887fa Color Hex

#E887FA
(232,135,250)
0 Favorites   0 Comments

Color spaces of #e887fa

RGB 232135250
HSL0.810.920.75
HSV291°46°98°
CMYK 0.070.460.00   0.02
XYZ59.198041.385995.3107
Yxy41.38590.30220.2113
Hunter Lab64.331951.6744-42.8086
CIE-Lab70.445454.3887-42.2747

#e887fa color RGB value is (232,135,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000111 11111010
Octal 350 207 372
Decimal 232 135 250
Hex E8 87 FA

RGB Percentages of Color #e887fa

%37.60
%21.88
%40.52

CMYK Percentages of Color #e887fa

%7
%46
%0
%2

Triadic Colors of #e887fa

#e887fa #fae887 #87fae8

Analogous Colors of #e887fa

#e887fa #fa87d3 #af87fa

Monochromatic Colors of #e887fa

#e887fa

Complementary Color

#e887fa #99fa87

#e887fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e887fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e887fa Color CSS Codes

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

#e887fa Text Font Color

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

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


#e887fa Background Color

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

This div background color is #e887fa


#e887fa Border Color

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

This div border color is #e887fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e887fa

Related Colors


Comments

No comments written yet.

Please login to write comment.