Color Hex Logo

#e789fe Color Hex

#E789FE
(231,137,254)
0 Favorites   0 Comments

Color spaces of #e789fe

RGB 231137254
HSL0.800.980.77
HSV288°46°100°
CMYK 0.090.460.00   0.00
XYZ59.790142.036098.7284
Yxy42.03600.29810.2096
Hunter Lab64.835251.1487-44.8998
CIE-Lab70.895753.8667-43.7584

#e789fe color RGB value is (231,137,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001001 11111110
Octal 347 211 376
Decimal 231 137 254
Hex E7 89 FE

RGB Percentages of Color #e789fe

%37.14
%22.03
%40.84

CMYK Percentages of Color #e789fe

%9
%46
%0
%0

Triadic Colors of #e789fe

#e789fe #fee789 #89fee7

Analogous Colors of #e789fe

#e789fe #fe89db #ad89fe

Monochromatic Colors of #e789fe

#e789fe

Complementary Color

#e789fe #a0fe89

#e789fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e789fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e789fe Color CSS Codes

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

#e789fe Text Font Color

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

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


#e789fe Background Color

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

This div background color is #e789fe


#e789fe Border Color

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

This div border color is #e789fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e789fe

Related Colors


Comments

No comments written yet.

Please login to write comment.