Color Hex Logo

#e09ffa Color Hex

#E09FFA
(224,159,250)
0 Favorites   0 Comments

Color spaces of #e09ffa

RGB 224159250
HSL0.790.900.80
HSV283°36°98°
CMYK 0.100.360.00   0.02
XYZ60.393947.545796.4366
Yxy47.54570.29550.2326
Hunter Lab68.953435.6736-34.6542
CIE-Lab74.537539.6068-35.9699

#e09ffa color RGB value is (224,159,250).

#e09ffa hex color red value is 224, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e09ffa hue: 0.79 , saturation: 0.90 and the lightness value of e09ffa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011111 11111010
Octal 340 237 372
Decimal 224 159 250
Hex E0 9F FA

RGB Percentages of Color #e09ffa

%35.39
%25.12
%39.49

CMYK Percentages of Color #e09ffa

%10
%36
%0
%2

Triadic Colors of #e09ffa

#e09ffa #fae09f #9ffae0

Analogous Colors of #e09ffa

#e09ffa #fa9fe7 #b39ffa

Monochromatic Colors of #e09ffa

#e09ffa

Complementary Color

#e09ffa #b9fa9f

#e09ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09ffa Color CSS Codes

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

#e09ffa Text Font Color

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

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


#e09ffa Background Color

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

This div background color is #e09ffa


#e09ffa Border Color

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

This div border color is #e09ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.