Color Hex Logo

#e1acff Color Hex

#E1ACFF
(225,172,255)
0 Favorites   0 Comments

Color spaces of #e1acff

RGB 225172255
HSL0.771.000.84
HSV278°33°100°
CMYK 0.120.330.00   0.00
XYZ63.853952.7326101.4207
Yxy52.73260.29290.2419
Hunter Lab72.617229.8788-31.9752
CIE-Lab77.716933.9595-33.7417

#e1acff color RGB value is (225,172,255).

#e1acff hex color red value is 225, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e1acff hue: 0.77 , saturation: 1.00 and the lightness value of e1acff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101100 11111111
Octal 341 254 377
Decimal 225 172 255
Hex E1 AC FF

RGB Percentages of Color #e1acff

%34.51
%26.38
%39.11

CMYK Percentages of Color #e1acff

%12
%33
%0
%0

Triadic Colors of #e1acff

#e1acff #ffe1ac #acffe1

Analogous Colors of #e1acff

#e1acff #ffacf4 #b8acff

Monochromatic Colors of #e1acff

#e1acff

Complementary Color

#e1acff #caffac

#e1acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1acff Color CSS Codes

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

#e1acff Text Font Color

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

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


#e1acff Background Color

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

This div background color is #e1acff


#e1acff Border Color

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

This div border color is #e1acff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,172,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1acff

Related Colors

#e1acff Color Palettes


Comments

No comments written yet.

Please login to write comment.