Color Hex Logo

#e5abfe Color Hex

#E5ABFE
(229,171,254)
0 Favorites   0 Comments

Color spaces of #e5abfe

RGB 229171254
HSL0.780.980.83
HSV282°33°100°
CMYK 0.100.330.00   0.00
XYZ64.765452.9396100.5708
Yxy52.93960.29670.2425
Hunter Lab72.759631.5586-31.0209
CIE-Lab77.839335.5055-32.9834

#e5abfe color RGB value is (229,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101011 11111110
Octal 345 253 376
Decimal 229 171 254
Hex E5 AB FE

RGB Percentages of Color #e5abfe

%35.02
%26.15
%38.84

CMYK Percentages of Color #e5abfe

%10
%33
%0
%0

Triadic Colors of #e5abfe

#e5abfe #fee5ab #abfee5

Analogous Colors of #e5abfe

#e5abfe #feabee #bcabfe

Monochromatic Colors of #e5abfe

#e5abfe

Complementary Color

#e5abfe #c4feab

#e5abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5abfe Color CSS Codes

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

#e5abfe Text Font Color

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

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


#e5abfe Background Color

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

This div background color is #e5abfe


#e5abfe Border Color

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

This div border color is #e5abfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5abfe


Comments

No comments written yet.

Please login to write comment.