Color Hex Logo

#e093ff Color Hex

#E093FF
(224,147,255)
0 Favorites   0 Comments

Color spaces of #e093ff

RGB 224147255
HSL0.791.000.79
HSV283°42°100°
CMYK 0.120.420.00   0.00
XYZ59.224243.934799.9665
Yxy43.93470.29160.2163
Hunter Lab66.283343.4944-43.0212
CIE-Lab72.184846.9543-42.3416

#e093ff color RGB value is (224,147,255).

#e093ff hex color red value is 224, green value is 147 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e093ff hue: 0.79 , saturation: 1.00 and the lightness value of e093ff is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010011 11111111
Octal 340 223 377
Decimal 224 147 255
Hex E0 93 FF

RGB Percentages of Color #e093ff

%35.78
%23.48
%40.73

CMYK Percentages of Color #e093ff

%12
%42
%0
%0

Triadic Colors of #e093ff

#e093ff #ffe093 #93ffe0

Analogous Colors of #e093ff

#e093ff #ff93e8 #aa93ff

Monochromatic Colors of #e093ff

#e093ff

Complementary Color

#e093ff #b2ff93

#e093ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e093ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e093ff Color CSS Codes

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

#e093ff Text Font Color

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

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


#e093ff Background Color

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

This div background color is #e093ff


#e093ff Border Color

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

This div border color is #e093ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e093ff

Related Colors


Comments

No comments written yet.

Please login to write comment.