Color Hex Logo

#e29bba Color Hex

#E29BBA
(226,155,186)
0 Favorites   0 Comments

Color spaces of #e29bba

RGB 226155186
HSL0.930.550.75
HSV334°31°89°
CMYK 0.000.310.18   0.11
XYZ51.948343.156652.0465
Yxy43.15660.35300.2933
Hunter Lab65.693726.1877-0.9875
CIE-Lab71.661130.9535-5.2375

#e29bba color RGB value is (226,155,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011011 10111010
Octal 342 233 272
Decimal 226 155 186
Hex E2 9B BA

RGB Percentages of Color #e29bba

%39.86
%27.34
%32.80

CMYK Percentages of Color #e29bba

%0
%31
%18
%11

Triadic Colors of #e29bba

#e29bba #bae29b #9bbae2

Analogous Colors of #e29bba

#e29bba #e2a09b #e29bde

Monochromatic Colors of #e29bba

#e29bba

Complementary Color

#e29bba #9be2c3

#e29bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29bba Color CSS Codes

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

#e29bba Text Font Color

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

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


#e29bba Background Color

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

This div background color is #e29bba


#e29bba Border Color

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

This div border color is #e29bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29bba


Comments

No comments written yet.

Please login to write comment.