Color Hex Logo

#e29afe Color Hex

#E29AFE
(226,154,254)
0 Favorites   0 Comments

Color spaces of #e29afe

RGB 226154254
HSL0.790.980.80
HSV283°39°100°
CMYK 0.110.390.00   0.00
XYZ60.809046.435799.5239
Yxy46.43570.29410.2246
Hunter Lab68.143740.0354-38.8924
CIE-Lab73.827443.6502-39.2224

#e29afe color RGB value is (226,154,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011010 11111110
Octal 342 232 376
Decimal 226 154 254
Hex E2 9A FE

RGB Percentages of Color #e29afe

%35.65
%24.29
%40.06

CMYK Percentages of Color #e29afe

%11
%39
%0
%0

Triadic Colors of #e29afe

#e29afe #fee29a #9afee2

Analogous Colors of #e29afe

#e29afe #fe9ae8 #b09afe

Monochromatic Colors of #e29afe

#e29afe

Complementary Color

#e29afe #b6fe9a

#e29afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29afe Color CSS Codes

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

#e29afe Text Font Color

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

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


#e29afe Background Color

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

This div background color is #e29afe


#e29afe Border Color

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

This div border color is #e29afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29afe


Comments

No comments written yet.

Please login to write comment.