Color Hex Logo

#e09ffe Color Hex

#E09FFE
(224,159,254)
0 Favorites   0 Comments

Color spaces of #e09ffe

RGB 224159254
HSL0.780.980.81
HSV281°37°100°
CMYK 0.120.370.00   0.00
XYZ61.028047.799399.7756
Yxy47.79930.29260.2291
Hunter Lab69.137036.5740-37.1689
CIE-Lab74.698240.4134-37.8845

#e09ffe color RGB value is (224,159,254).

#e09ffe hex color red value is 224, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e09ffe hue: 0.78 , saturation: 0.98 and the lightness value of e09ffe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011111 11111110
Octal 340 237 376
Decimal 224 159 254
Hex E0 9F FE

RGB Percentages of Color #e09ffe

%35.16
%24.96
%39.87

CMYK Percentages of Color #e09ffe

%12
%37
%0
%0

Triadic Colors of #e09ffe

#e09ffe #fee09f #9ffee0

Analogous Colors of #e09ffe

#e09ffe #fe9fed #b19ffe

Monochromatic Colors of #e09ffe

#e09ffe

Complementary Color

#e09ffe #bdfe9f

#e09ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09ffe Color CSS Codes

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

#e09ffe Text Font Color

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

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


#e09ffe Background Color

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

This div background color is #e09ffe


#e09ffe Border Color

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

This div border color is #e09ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09ffe


Comments

No comments written yet.

Please login to write comment.