Color Hex Logo

#e28efa Color Hex

#E28EFA
(226,142,250)
0 Favorites   0 Comments

Color spaces of #e28efa

RGB 226142250
HSL0.800.920.77
HSV287°43°98°
CMYK 0.100.430.00   0.02
XYZ58.292442.416995.5574
Yxy42.41690.29700.2161
Hunter Lab65.128345.7902-41.4016
CIE-Lab71.157449.1313-41.2121

#e28efa color RGB value is (226,142,250).

#e28efa hex color red value is 226, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e28efa hue: 0.80 , saturation: 0.92 and the lightness value of e28efa is 0.77.

The process color (four color CMYK) of #e28efa color hex is 0.10, 0.43, 0.00, 0.02. Web safe color of #e28efa is #cc99ff. Color #e28efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001110 11111010
Octal 342 216 372
Decimal 226 142 250
Hex E2 8E FA

RGB Percentages of Color #e28efa

%36.57
%22.98
%40.45

CMYK Percentages of Color #e28efa

%10
%43
%0
%2

Triadic Colors of #e28efa

#e28efa #fae28e #8efae2

Analogous Colors of #e28efa

#e28efa #fa8edc #ac8efa

Monochromatic Colors of #e28efa

#e28efa

Complementary Color

#e28efa #a6fa8e

#e28efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28efa Color CSS Codes

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

#e28efa Text Font Color

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

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


#e28efa Background Color

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

This div background color is #e28efa


#e28efa Border Color

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

This div border color is #e28efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28efa


Comments

No comments written yet.

Please login to write comment.