Color Hex Logo

#e989fe Color Hex

#E989FE
(233,137,254)
0 Favorites   0 Comments

Color spaces of #e989fe

RGB 233137254
HSL0.800.980.77
HSV289°46°100°
CMYK 0.080.460.00   0.00
XYZ60.439342.370798.7588
Yxy42.37070.29980.2102
Hunter Lab65.092851.8267-44.3899
CIE-Lab71.125854.4202-43.3817

#e989fe color RGB value is (233,137,254).

#e989fe hex color red value is 233, green value is 137 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e989fe hue: 0.80 , saturation: 0.98 and the lightness value of e989fe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001001 11111110
Octal 351 211 376
Decimal 233 137 254
Hex E9 89 FE

RGB Percentages of Color #e989fe

%37.34
%21.96
%40.71

CMYK Percentages of Color #e989fe

%8
%46
%0
%0

Triadic Colors of #e989fe

#e989fe #fee989 #89fee9

Analogous Colors of #e989fe

#e989fe #fe89d9 #af89fe

Monochromatic Colors of #e989fe

#e989fe

Complementary Color

#e989fe #9efe89

#e989fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e989fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e989fe Color CSS Codes

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

#e989fe Text Font Color

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

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


#e989fe Background Color

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

This div background color is #e989fe


#e989fe Border Color

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

This div border color is #e989fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,137,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e989fe


Comments

No comments written yet.

Please login to write comment.