Color Hex Logo

#e288fe Color Hex

#E288FE
(226,136,254)
0 Favorites   0 Comments

Color spaces of #e288fe

RGB 226136254
HSL0.790.980.76
HSV286°46°100°
CMYK 0.110.460.00   0.00
XYZ58.057640.932898.6068
Yxy40.93280.29380.2072
Hunter Lab63.978750.0173-46.5952
CIE-Lab70.128852.9938-45.0011

#e288fe color RGB value is (226,136,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001000 11111110
Octal 342 210 376
Decimal 226 136 254
Hex E2 88 FE

RGB Percentages of Color #e288fe

%36.69
%22.08
%41.23

CMYK Percentages of Color #e288fe

%11
%46
%0
%0

Triadic Colors of #e288fe

#e288fe #fee288 #88fee2

Analogous Colors of #e288fe

#e288fe #fe88df #a788fe

Monochromatic Colors of #e288fe

#e288fe

Complementary Color

#e288fe #a4fe88

#e288fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e288fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e288fe Color CSS Codes

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

#e288fe Text Font Color

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

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


#e288fe Background Color

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

This div background color is #e288fe


#e288fe Border Color

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

This div border color is #e288fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e288fe

Related Colors


Comments

No comments written yet.

Please login to write comment.