Color Hex Logo

#e493fd Color Hex

#E493FD
(228,147,253)
0 Favorites   0 Comments

Color spaces of #e493fd

RGB 228147253
HSL0.790.960.78
HSV286°42°99°
CMYK 0.100.420.00   0.01
XYZ60.158244.453398.3382
Yxy44.45330.29640.2190
Hunter Lab66.673344.3792-40.7771
CIE-Lab72.530447.6979-40.6845

#e493fd color RGB value is (228,147,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010011 11111101
Octal 344 223 375
Decimal 228 147 253
Hex E4 93 FD

RGB Percentages of Color #e493fd

%36.31
%23.41
%40.29

CMYK Percentages of Color #e493fd

%10
%42
%0
%1

Triadic Colors of #e493fd

#e493fd #fde493 #93fde4

Analogous Colors of #e493fd

#e493fd #fd93e1 #af93fd

Monochromatic Colors of #e493fd

#e493fd

Complementary Color

#e493fd #acfd93

#e493fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e493fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e493fd Color CSS Codes

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

#e493fd Text Font Color

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

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


#e493fd Background Color

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

This div background color is #e493fd


#e493fd Border Color

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

This div border color is #e493fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e493fd

Related Colors


Comments

No comments written yet.

Please login to write comment.