Color Hex Logo

#e29fbb Color Hex

#E29FBB
(226,159,187)
0 Favorites   0 Comments

Color spaces of #e29fbb

RGB 226159187
HSL0.930.540.75
HSV335°30°89°
CMYK 0.000.300.17   0.11
XYZ52.731844.552952.8340
Yxy44.55290.35130.2968
Hunter Lab66.748024.2085-0.2071
CIE-Lab72.596528.9667-4.4095

#e29fbb color RGB value is (226,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011111 10111011
Octal 342 237 273
Decimal 226 159 187
Hex E2 9F BB

RGB Percentages of Color #e29fbb

%39.51
%27.80
%32.69

CMYK Percentages of Color #e29fbb

%0
%30
%17
%11

Triadic Colors of #e29fbb

#e29fbb #bbe29f #9fbbe2

Analogous Colors of #e29fbb

#e29fbb #e2a59f #e29fdd

Monochromatic Colors of #e29fbb

#e29fbb

Complementary Color

#e29fbb #9fe2c6

#e29fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29fbb Color CSS Codes

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

#e29fbb Text Font Color

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

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


#e29fbb Background Color

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

This div background color is #e29fbb


#e29fbb Border Color

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

This div border color is #e29fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29fbb


Comments

No comments written yet.

Please login to write comment.