Color Hex Logo

#e1acfa Color Hex

#E1ACFA
(225,172,250)
0 Favorites   0 Comments

Color spaces of #e1acfa

RGB 225172250
HSL0.780.890.83
HSV281°31°98°
CMYK 0.100.310.00   0.02
XYZ63.059252.414797.2360
Yxy52.41470.29650.2464
Hunter Lab72.398028.7783-28.9524
CIE-Lab77.528232.9486-31.3428

#e1acfa color RGB value is (225,172,250).

#e1acfa hex color red value is 225, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e1acfa hue: 0.78 , saturation: 0.89 and the lightness value of e1acfa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101100 11111010
Octal 341 254 372
Decimal 225 172 250
Hex E1 AC FA

RGB Percentages of Color #e1acfa

%34.78
%26.58
%38.64

CMYK Percentages of Color #e1acfa

%10
%31
%0
%2

Triadic Colors of #e1acfa

#e1acfa #fae1ac #acfae1

Analogous Colors of #e1acfa

#e1acfa #faacec #baacfa

Monochromatic Colors of #e1acfa

#e1acfa

Complementary Color

#e1acfa #c5faac

#e1acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1acfa Color CSS Codes

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

#e1acfa Text Font Color

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

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


#e1acfa Background Color

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

This div background color is #e1acfa


#e1acfa Border Color

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

This div border color is #e1acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1acfa


Comments

No comments written yet.

Please login to write comment.