Color Hex Logo

#e19afe Color Hex

#E19AFE
(225,154,254)
0 Favorites   0 Comments

Color spaces of #e19afe

RGB 225154254
HSL0.790.980.80
HSV283°39°100°
CMYK 0.110.390.00   0.00
XYZ60.496346.274599.5093
Yxy46.27450.29330.2243
Hunter Lab68.025439.6992-39.1132
CIE-Lab73.723343.3590-39.3923

#e19afe color RGB value is (225,154,254).

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

The process color (four color CMYK) of #e19afe color hex is 0.11, 0.39, 0.00, 0.00. Web safe color of #e19afe is #cc99ff. Color #e19afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011010 11111110
Octal 341 232 376
Decimal 225 154 254
Hex E1 9A FE

RGB Percentages of Color #e19afe

%35.55
%24.33
%40.13

CMYK Percentages of Color #e19afe

%11
%39
%0
%0

Triadic Colors of #e19afe

#e19afe #fee19a #9afee1

Analogous Colors of #e19afe

#e19afe #fe9ae9 #af9afe

Monochromatic Colors of #e19afe

#e19afe

Complementary Color

#e19afe #b7fe9a

#e19afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19afe Color CSS Codes

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

#e19afe Text Font Color

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

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


#e19afe Background Color

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

This div background color is #e19afe


#e19afe Border Color

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

This div border color is #e19afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19afe


Comments

No comments written yet.

Please login to write comment.