Color Hex Logo

#e29bbd Color Hex

#E29BBD
(226,155,189)
0 Favorites   0 Comments

Color spaces of #e29bbd

RGB 226155189
HSL0.920.550.75
HSV331°31°89°
CMYK 0.000.310.16   0.11
XYZ52.270743.285653.7441
Yxy43.28560.35010.2899
Hunter Lab65.791826.6802-2.3787
CIE-Lab71.748431.4214-6.7690

#e29bbd color RGB value is (226,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011011 10111101
Octal 342 233 275
Decimal 226 155 189
Hex E2 9B BD

RGB Percentages of Color #e29bbd

%39.65
%27.19
%33.16

CMYK Percentages of Color #e29bbd

%0
%31
%16
%11

Triadic Colors of #e29bbd

#e29bbd #bde29b #9bbde2

Analogous Colors of #e29bbd

#e29bbd #e29d9b #e29be1

Monochromatic Colors of #e29bbd

#e29bbd

Complementary Color

#e29bbd #9be2c0

#e29bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29bbd Color CSS Codes

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

#e29bbd Text Font Color

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

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


#e29bbd Background Color

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

This div background color is #e29bbd


#e29bbd Border Color

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

This div border color is #e29bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29bbd


Comments

No comments written yet.

Please login to write comment.