Color Hex Logo

#e287ff Color Hex

#E287FF
(226,135,255)
0 Favorites   0 Comments

Color spaces of #e287ff

RGB 226135255
HSL0.791.000.76
HSV286°47°100°
CMYK 0.110.470.00   0.00
XYZ58.078040.716799.4058
Yxy40.71670.29300.2054
Hunter Lab63.809650.7995-47.6981
CIE-Lab69.977053.6979-45.7841

#e287ff color RGB value is (226,135,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000111 11111111
Octal 342 207 377
Decimal 226 135 255
Hex E2 87 FF

RGB Percentages of Color #e287ff

%36.69
%21.92
%41.40

CMYK Percentages of Color #e287ff

%11
%47
%0
%0

Triadic Colors of #e287ff

#e287ff #ffe287 #87ffe2

Analogous Colors of #e287ff

#e287ff #ff87e0 #a687ff

Monochromatic Colors of #e287ff

#e287ff

Complementary Color

#e287ff #a4ff87

#e287ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e287ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e287ff Color CSS Codes

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

#e287ff Text Font Color

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

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


#e287ff Background Color

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

This div background color is #e287ff


#e287ff Border Color

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

This div border color is #e287ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,135,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e287ff

#e287ff Color Palettes


Comments

No comments written yet.

Please login to write comment.