Color Hex Logo

#e987fa Color Hex

#E987FA
(233,135,250)
0 Favorites   0 Comments

Color spaces of #e987fa

RGB 233135250
HSL0.810.920.75
HSV291°46°98°
CMYK 0.070.460.00   0.02
XYZ59.523641.553795.3259
Yxy41.55370.30310.2116
Hunter Lab64.462252.0160-42.5539
CIE-Lab70.562154.6672-42.0837

#e987fa color RGB value is (233,135,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000111 11111010
Octal 351 207 372
Decimal 233 135 250
Hex E9 87 FA

RGB Percentages of Color #e987fa

%37.70
%21.84
%40.45

CMYK Percentages of Color #e987fa

%7
%46
%0
%2

Triadic Colors of #e987fa

#e987fa #fae987 #87fae9

Analogous Colors of #e987fa

#e987fa #fa87d2 #b087fa

Monochromatic Colors of #e987fa

#e987fa

Complementary Color

#e987fa #98fa87

#e987fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e987fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e987fa Color CSS Codes

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

#e987fa Text Font Color

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

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


#e987fa Background Color

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

This div background color is #e987fa


#e987fa Border Color

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

This div border color is #e987fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e987fa


Comments

No comments written yet.

Please login to write comment.