Color Hex Logo

#e893fa Color Hex

#E893FA
(232,147,250)
0 Favorites   0 Comments

Color spaces of #e893fa

RGB 232147250
HSL0.800.910.78
HSV290°41°98°
CMYK 0.070.410.00   0.02
XYZ60.967744.925495.9006
Yxy44.92540.30210.2226
Hunter Lab67.026445.0686-37.9129
CIE-Lab72.842748.2688-38.5353

#e893fa color RGB value is (232,147,250).

#e893fa hex color red value is 232, green value is 147 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e893fa hue: 0.80 , saturation: 0.91 and the lightness value of e893fa is 0.78.

The process color (four color CMYK) of #e893fa color hex is 0.07, 0.41, 0.00, 0.02. Web safe color of #e893fa is #ff99ff. Color #e893fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010011 11111010
Octal 350 223 372
Decimal 232 147 250
Hex E8 93 FA

RGB Percentages of Color #e893fa

%36.88
%23.37
%39.75

CMYK Percentages of Color #e893fa

%7
%41
%0
%2

Triadic Colors of #e893fa

#e893fa #fae893 #93fae8

Analogous Colors of #e893fa

#e893fa #fa93d9 #b593fa

Monochromatic Colors of #e893fa

#e893fa

Complementary Color

#e893fa #a5fa93

#e893fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e893fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e893fa Color CSS Codes

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

#e893fa Text Font Color

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

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


#e893fa Background Color

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

This div background color is #e893fa


#e893fa Border Color

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

This div border color is #e893fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e893fa


Comments

No comments written yet.

Please login to write comment.