Color Hex Logo

#e287fe Color Hex

#E287FE
(226,135,254)
0 Favorites   0 Comments

Color spaces of #e287fe

RGB 226135254
HSL0.790.980.76
HSV286°47°100°
CMYK 0.110.470.00   0.00
XYZ57.917440.652598.5601
Yxy40.65250.29380.2062
Hunter Lab63.759350.5662-47.0198
CIE-Lab69.931853.5013-45.3103

#e287fe color RGB value is (226,135,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000111 11111110
Octal 342 207 376
Decimal 226 135 254
Hex E2 87 FE

RGB Percentages of Color #e287fe

%36.75
%21.95
%41.30

CMYK Percentages of Color #e287fe

%11
%47
%0
%0

Triadic Colors of #e287fe

#e287fe #fee287 #87fee2

Analogous Colors of #e287fe

#e287fe #fe87df #a787fe

Monochromatic Colors of #e287fe

#e287fe

Complementary Color

#e287fe #a3fe87

#e287fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e287fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e287fe Color CSS Codes

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

#e287fe Text Font Color

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

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


#e287fe Background Color

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

This div background color is #e287fe


#e287fe Border Color

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

This div border color is #e287fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e287fe

Related Colors


Comments

No comments written yet.

Please login to write comment.