Color Hex Logo

#e491fd Color Hex

#E491FD
(228,145,253)
0 Favorites   0 Comments

Color spaces of #e491fd

RGB 228145253
HSL0.790.960.78
HSV286°43°99°
CMYK 0.100.430.00   0.01
XYZ59.849943.836698.2354
Yxy43.83660.29640.2171
Hunter Lab66.209245.4892-41.6228
CIE-Lab72.119148.7361-41.3263

#e491fd color RGB value is (228,145,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010001 11111101
Octal 344 221 375
Decimal 228 145 253
Hex E4 91 FD

RGB Percentages of Color #e491fd

%36.42
%23.16
%40.42

CMYK Percentages of Color #e491fd

%10
%43
%0
%1

Triadic Colors of #e491fd

#e491fd #fde491 #91fde4

Analogous Colors of #e491fd

#e491fd #fd91e0 #ae91fd

Monochromatic Colors of #e491fd

#e491fd

Complementary Color

#e491fd #aafd91

#e491fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e491fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e491fd Color CSS Codes

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

#e491fd Text Font Color

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

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


#e491fd Background Color

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

This div background color is #e491fd


#e491fd Border Color

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

This div border color is #e491fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e491fd


Comments

No comments written yet.

Please login to write comment.