Color Hex Logo

#e5acfe Color Hex

#E5ACFE
(229,172,254)
0 Favorites   0 Comments

Color spaces of #e5acfe

RGB 229172254
HSL0.780.980.84
HSV282°32°100°
CMYK 0.100.320.00   0.00
XYZ64.955053.3188100.6340
Yxy53.31880.29670.2436
Hunter Lab73.019731.0009-30.5982
CIE-Lab78.062834.9710-32.6388

#e5acfe color RGB value is (229,172,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101100 11111110
Octal 345 254 376
Decimal 229 172 254
Hex E5 AC FE

RGB Percentages of Color #e5acfe

%34.96
%26.26
%38.78

CMYK Percentages of Color #e5acfe

%10
%32
%0
%0

Triadic Colors of #e5acfe

#e5acfe #fee5ac #acfee5

Analogous Colors of #e5acfe

#e5acfe #feacee #bcacfe

Monochromatic Colors of #e5acfe

#e5acfe

Complementary Color

#e5acfe #c5feac

#e5acfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5acfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5acfe Color CSS Codes

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

#e5acfe Text Font Color

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

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


#e5acfe Background Color

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

This div background color is #e5acfe


#e5acfe Border Color

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

This div border color is #e5acfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5acfe


Comments

No comments written yet.

Please login to write comment.