Color Hex Logo

#e495fe Color Hex

#E495FE
(228,149,254)
0 Favorites   0 Comments

Color spaces of #e495fe

RGB 228149254
HSL0.790.980.79
HSV285°41°100°
CMYK 0.100.410.00   0.00
XYZ60.631745.144699.2841
Yxy45.14460.29570.2202
Hunter Lab67.189743.4955-40.5781
CIE-Lab72.987046.8533-40.5152

#e495fe color RGB value is (228,149,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010101 11111110
Octal 344 225 376
Decimal 228 149 254
Hex E4 95 FE

RGB Percentages of Color #e495fe

%36.13
%23.61
%40.25

CMYK Percentages of Color #e495fe

%10
%41
%0
%0

Triadic Colors of #e495fe

#e495fe #fee495 #95fee4

Analogous Colors of #e495fe

#e495fe #fe95e4 #b095fe

Monochromatic Colors of #e495fe

#e495fe

Complementary Color

#e495fe #affe95

#e495fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e495fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e495fe Color CSS Codes

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

#e495fe Text Font Color

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

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


#e495fe Background Color

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

This div background color is #e495fe


#e495fe Border Color

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

This div border color is #e495fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e495fe


Comments

No comments written yet.

Please login to write comment.