Color Hex Logo

#e593fe Color Hex

#E593FE
(229,147,254)
0 Favorites   0 Comments

Color spaces of #e593fe

RGB 229147254
HSL0.790.980.79
HSV286°42°100°
CMYK 0.100.420.00   0.00
XYZ60.636244.681299.1944
Yxy44.68120.29650.2185
Hunter Lab66.844044.9457-41.1937
CIE-Lab72.681548.1809-40.9836

#e593fe color RGB value is (229,147,254).

#e593fe hex color red value is 229, green value is 147 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e593fe hue: 0.79 , saturation: 0.98 and the lightness value of e593fe is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010011 11111110
Octal 345 223 376
Decimal 229 147 254
Hex E5 93 FE

RGB Percentages of Color #e593fe

%36.35
%23.33
%40.32

CMYK Percentages of Color #e593fe

%10
%42
%0
%0

Triadic Colors of #e593fe

#e593fe #fee593 #93fee5

Analogous Colors of #e593fe

#e593fe #fe93e2 #b093fe

Monochromatic Colors of #e593fe

#e593fe

Complementary Color

#e593fe #acfe93

#e593fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e593fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e593fe Color CSS Codes

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

#e593fe Text Font Color

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

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


#e593fe Background Color

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

This div background color is #e593fe


#e593fe Border Color

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

This div border color is #e593fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,147,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e593fe


Comments

No comments written yet.

Please login to write comment.