Color Hex Logo

#e29fbe Color Hex

#E29FBE
(226,159,190)
0 Favorites   0 Comments

Color spaces of #e29fbe

RGB 226159190
HSL0.920.540.75
HSV332°30°89°
CMYK 0.000.300.16   0.11
XYZ53.056444.682754.5434
Yxy44.68270.34840.2934
Hunter Lab66.845124.7003-1.5871
CIE-Lab72.682529.4375-5.9383

#e29fbe color RGB value is (226,159,190).

#e29fbe hex color red value is 226, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e29fbe hue: 0.92 , saturation: 0.54 and the lightness value of e29fbe is 0.75.

The process color (four color CMYK) of #e29fbe color hex is 0.00, 0.30, 0.16, 0.11. Web safe color of #e29fbe is #cc99cc. Color #e29fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011111 10111110
Octal 342 237 276
Decimal 226 159 190
Hex E2 9F BE

RGB Percentages of Color #e29fbe

%39.30
%27.65
%33.04

CMYK Percentages of Color #e29fbe

%0
%30
%16
%11

Triadic Colors of #e29fbe

#e29fbe #bee29f #9fbee2

Analogous Colors of #e29fbe

#e29fbe #e2a29f #e29fe0

Monochromatic Colors of #e29fbe

#e29fbe

Complementary Color

#e29fbe #9fe2c3

#e29fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29fbe Color CSS Codes

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

#e29fbe Text Font Color

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

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


#e29fbe Background Color

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

This div background color is #e29fbe


#e29fbe Border Color

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

This div border color is #e29fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29fbe


Comments

No comments written yet.

Please login to write comment.