Color Hex Logo

#e29aec Color Hex

#E29AEC
(226,154,236)
0 Favorites   0 Comments

Color spaces of #e29aec

RGB 226154236
HSL0.810.680.76
HSV293°35°93°
CMYK 0.040.350.00   0.07
XYZ58.060045.336185.0475
Yxy45.33610.30810.2406
Hunter Lab67.332136.0882-27.7570
CIE-Lab73.112740.1382-30.5465

#e29aec color RGB value is (226,154,236).

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

The process color (four color CMYK) of #e29aec color hex is 0.04, 0.35, 0.00, 0.07. Web safe color of #e29aec is #cc99ff. Color #e29aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011010 11101100
Octal 342 232 354
Decimal 226 154 236
Hex E2 9A EC

RGB Percentages of Color #e29aec

%36.69
%25.00
%38.31

CMYK Percentages of Color #e29aec

%4
%35
%0
%7

Triadic Colors of #e29aec

#e29aec #ece29a #9aece2

Analogous Colors of #e29aec

#e29aec #ec9acd #b99aec

Monochromatic Colors of #e29aec

#e29aec

Complementary Color

#e29aec #a4ec9a

#e29aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29aec Color CSS Codes

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

#e29aec Text Font Color

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

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


#e29aec Background Color

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

This div background color is #e29aec


#e29aec Border Color

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

This div border color is #e29aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29aec


Comments

No comments written yet.

Please login to write comment.