Color Hex Logo

#e289fe Color Hex

#E289FE
(226,137,254)
0 Favorites   0 Comments

Color spaces of #e289fe

RGB 226137254
HSL0.790.980.77
HSV286°46°100°
CMYK 0.110.460.00   0.00
XYZ58.199141.215898.6540
Yxy41.21580.29380.2081
Hunter Lab64.199549.4673-46.1700
CIE-Lab70.326952.4845-44.6906

#e289fe color RGB value is (226,137,254).

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

The process color (four color CMYK) of #e289fe color hex is 0.11, 0.46, 0.00, 0.00. Web safe color of #e289fe is #cc99ff. Color #e289fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001001 11111110
Octal 342 211 376
Decimal 226 137 254
Hex E2 89 FE

RGB Percentages of Color #e289fe

%36.63
%22.20
%41.17

CMYK Percentages of Color #e289fe

%11
%46
%0
%0

Triadic Colors of #e289fe

#e289fe #fee289 #89fee2

Analogous Colors of #e289fe

#e289fe #fe89e0 #a889fe

Monochromatic Colors of #e289fe

#e289fe

Complementary Color

#e289fe #a5fe89

#e289fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e289fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e289fe Color CSS Codes

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

#e289fe Text Font Color

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

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


#e289fe Background Color

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

This div background color is #e289fe


#e289fe Border Color

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

This div border color is #e289fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e289fe

Related Colors


Comments

No comments written yet.

Please login to write comment.