color codes Logo

#e5a9fe color codes

#E5A9FE
(229,169,254)
0 Favorites   0 Comments

Color spaces of #e5a9fe

RGB 229169254
HSL0.780.980.83
HSV282°33°100°
CMYK 0.100.330.00   0.00
XYZ64.390552.1897100.4458
Yxy52.18970.29670.2405
Hunter Lab72.242432.6748-31.8670
CIE-Lab77.394136.5738-33.6702

#e5a9fe color RGB value is (229,169,254).

#e5a9fe hex color red value is 229, green value is 169 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e5a9fe hue: 0.78 , saturation: 0.98 and the lightness value of e5a9fe is 0.83.

The process color (four color CMYK) of #e5a9fe color code is 0.10, 0.33, 0.00, 0.00. Web safe color of #e5a9fe is #cc99ff. Color #e5a9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101001 11111110
Octal 345 251 376
Decimal 229 169 254
Hex E5 A9 FE

RGB Percentages of Color #e5a9fe

%35.12
%25.92
%38.96

CMYK Percentages of Color #e5a9fe

%10
%33
%0
%0

Triadic Colors of #e5a9fe

#e5a9fe #fee5a9 #a9fee5

Analogous Colors of #e5a9fe

#e5a9fe #fea9ed #bba9fe

Monochromatic Colors of #e5a9fe

#e5a9fe

Complementary Color

#e5a9fe #c2fea9

#e5a9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5a9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5a9fe Color CSS Codes

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

#e5a9fe Text Font Color

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

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


#e5a9fe Background Color

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

This div background color is #e5a9fe


#e5a9fe Border Color

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

This div border color is #e5a9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5a9fe


Comments

No comments written yet.

Please login to write comment.