Color Hex Logo

#e5acfd Color Hex

#E5ACFD
(229,172,253)
0 Favorites   0 Comments

Color spaces of #e5acfd

RGB 229172253
HSL0.780.950.83
HSV282°32°99°
CMYK 0.090.320.00   0.01
XYZ64.795253.254999.7927
Yxy53.25490.29740.2445
Hunter Lab72.976030.7819-29.9943
CIE-Lab78.025334.7716-32.1592

#e5acfd color RGB value is (229,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101100 11111101
Octal 345 254 375
Decimal 229 172 253
Hex E5 AC FD

RGB Percentages of Color #e5acfd

%35.02
%26.30
%38.69

CMYK Percentages of Color #e5acfd

%9
%32
%0
%1

Triadic Colors of #e5acfd

#e5acfd #fde5ac #acfde5

Analogous Colors of #e5acfd

#e5acfd #fdaced #bdacfd

Monochromatic Colors of #e5acfd

#e5acfd

Complementary Color

#e5acfd #c4fdac

#e5acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5acfd Color CSS Codes

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

#e5acfd Text Font Color

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

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


#e5acfd Background Color

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

This div background color is #e5acfd


#e5acfd Border Color

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

This div border color is #e5acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5acfd

Related Colors


Comments

No comments written yet.

Please login to write comment.