Color Hex Logo

#e1acfd Color Hex

#E1ACFD
(225,172,253)
0 Favorites   0 Comments

Color spaces of #e1acfd

RGB 225172253
HSL0.780.950.83
HSV279°32°99°
CMYK 0.110.320.00   0.01
XYZ63.533552.604499.7336
Yxy52.60440.29430.2437
Hunter Lab72.528929.4360-30.7587
CIE-Lab77.640833.5535-32.7836

#e1acfd color RGB value is (225,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101100 11111101
Octal 341 254 375
Decimal 225 172 253
Hex E1 AC FD

RGB Percentages of Color #e1acfd

%34.62
%26.46
%38.92

CMYK Percentages of Color #e1acfd

%11
%32
%0
%1

Triadic Colors of #e1acfd

#e1acfd #fde1ac #acfde1

Analogous Colors of #e1acfd

#e1acfd #fdacf1 #b9acfd

Monochromatic Colors of #e1acfd

#e1acfd

Complementary Color

#e1acfd #c8fdac

#e1acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1acfd Color CSS Codes

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

#e1acfd Text Font Color

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

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


#e1acfd Background Color

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

This div background color is #e1acfd


#e1acfd Border Color

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

This div border color is #e1acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1acfd


Comments

No comments written yet.

Please login to write comment.