Color Hex Logo

#e29aab Color Hex

#E29AAB
(226,154,171)
0 Favorites   0 Comments

Color spaces of #e29aab

RGB 226154171
HSL0.960.550.75
HSV346°32°89°
CMYK 0.000.320.24   0.11
XYZ50.270342.220244.0279
Yxy42.22020.36820.3093
Hunter Lab64.977124.38885.3096
CIE-Lab71.022529.25652.1440

#e29aab color RGB value is (226,154,171).

#e29aab hex color red value is 226, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e29aab hue: 0.96 , saturation: 0.55 and the lightness value of e29aab is 0.75.

The process color (four color CMYK) of #e29aab color hex is 0.00, 0.32, 0.24, 0.11. Web safe color of #e29aab is #cc9999. Color #e29aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011010 10101011
Octal 342 232 253
Decimal 226 154 171
Hex E2 9A AB

RGB Percentages of Color #e29aab

%41.02
%27.95
%31.03

CMYK Percentages of Color #e29aab

%0
%32
%24
%11

Triadic Colors of #e29aab

#e29aab #abe29a #9aabe2

Analogous Colors of #e29aab

#e29aab #e2ad9a #e29acf

Monochromatic Colors of #e29aab

#e29aab

Complementary Color

#e29aab #9ae2d1

#e29aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29aab Color CSS Codes

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

#e29aab Text Font Color

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

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


#e29aab Background Color

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

This div background color is #e29aab


#e29aab Border Color

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

This div border color is #e29aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29aab


Comments

No comments written yet.

Please login to write comment.