Color Hex Logo

#e29abf Color Hex

#E29ABF
(226,154,191)
0 Favorites   0 Comments

Color spaces of #e29abf

RGB 226154191
HSL0.910.550.75
HSV329°32°89°
CMYK 0.000.320.15   0.11
XYZ52.323643.041554.8403
Yxy43.04150.34830.2866
Hunter Lab65.606027.5508-3.6365
CIE-Lab71.583132.2718-8.1214

#e29abf color RGB value is (226,154,191).

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

The process color (four color CMYK) of #e29abf color hex is 0.00, 0.32, 0.15, 0.11. Web safe color of #e29abf is #cc99cc. Color #e29abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011010 10111111
Octal 342 232 277
Decimal 226 154 191
Hex E2 9A BF

RGB Percentages of Color #e29abf

%39.58
%26.97
%33.45

CMYK Percentages of Color #e29abf

%0
%32
%15
%11

Triadic Colors of #e29abf

#e29abf #bfe29a #9abfe2

Analogous Colors of #e29abf

#e29abf #e29a9b #e19ae2

Monochromatic Colors of #e29abf

#e29abf

Complementary Color

#e29abf #9ae2bd

#e29abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29abf Color CSS Codes

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

#e29abf Text Font Color

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

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


#e29abf Background Color

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

This div background color is #e29abf


#e29abf Border Color

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

This div border color is #e29abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29abf


Comments

No comments written yet.

Please login to write comment.