Color Hex Logo

#e29aea Color Hex

#E29AEA
(226,154,234)
0 Favorites   0 Comments

Color spaces of #e29aea

RGB 226154234
HSL0.820.660.76
HSV294°34°92°
CMYK 0.030.340.00   0.08
XYZ57.770945.220583.5255
Yxy45.22050.30970.2424
Hunter Lab67.246235.6677-26.5709
CIE-Lab73.036839.7597-29.5719

#e29aea color RGB value is (226,154,234).

#e29aea hex color red value is 226, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e29aea hue: 0.82 , saturation: 0.66 and the lightness value of e29aea is 0.76.

The process color (four color CMYK) of #e29aea color hex is 0.03, 0.34, 0.00, 0.08. Web safe color of #e29aea is #cc99ff. Color #e29aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011010 11101010
Octal 342 232 352
Decimal 226 154 234
Hex E2 9A EA

RGB Percentages of Color #e29aea

%36.81
%25.08
%38.11

CMYK Percentages of Color #e29aea

%3
%34
%0
%8

Triadic Colors of #e29aea

#e29aea #eae29a #9aeae2

Analogous Colors of #e29aea

#e29aea #ea9aca #ba9aea

Monochromatic Colors of #e29aea

#e29aea

Complementary Color

#e29aea #a2ea9a

#e29aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29aea Color CSS Codes

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

#e29aea Text Font Color

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

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


#e29aea Background Color

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

This div background color is #e29aea


#e29aea Border Color

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

This div border color is #e29aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,154,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29aea


Comments

No comments written yet.

Please login to write comment.