Color Hex Logo

#e591fd Color Hex

#E591FD
(229,145,253)
0 Favorites   0 Comments

Color spaces of #e591fd

RGB 229145253
HSL0.800.960.78
HSV287°43°99°
CMYK 0.090.430.00   0.01
XYZ60.168144.000798.2503
Yxy44.00070.29720.2174
Hunter Lab66.333045.8276-41.3853
CIE-Lab72.229049.0209-41.1467

#e591fd color RGB value is (229,145,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 11111101
Octal 345 221 375
Decimal 229 145 253
Hex E5 91 FD

RGB Percentages of Color #e591fd

%36.52
%23.13
%40.35

CMYK Percentages of Color #e591fd

%9
%43
%0
%1

Triadic Colors of #e591fd

#e591fd #fde591 #91fde5

Analogous Colors of #e591fd

#e591fd #fd91df #af91fd

Monochromatic Colors of #e591fd

#e591fd

Complementary Color

#e591fd #a9fd91

#e591fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e591fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e591fd Color CSS Codes

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

#e591fd Text Font Color

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

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


#e591fd Background Color

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

This div background color is #e591fd


#e591fd Border Color

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

This div border color is #e591fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e591fd


Comments

No comments written yet.

Please login to write comment.