Color Hex Logo

#e09bba Color Hex

#E09BBA
(224,155,186)
0 Favorites   0 Comments

Color spaces of #e09bba

RGB 224155186
HSL0.930.530.74
HSV333°31°88°
CMYK 0.000.310.17   0.12
XYZ51.324742.835252.0173
Yxy42.83520.35110.2930
Hunter Lab65.448625.4444-1.3085
CIE-Lab71.443030.2515-5.5843

#e09bba color RGB value is (224,155,186).

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

The process color (four color CMYK) of #e09bba color hex is 0.00, 0.31, 0.17, 0.12. Web safe color of #e09bba is #cc99cc. Color #e09bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011011 10111010
Octal 340 233 272
Decimal 224 155 186
Hex E0 9B BA

RGB Percentages of Color #e09bba

%39.65
%27.43
%32.92

CMYK Percentages of Color #e09bba

%0
%31
%17
%12

Triadic Colors of #e09bba

#e09bba #bae09b #9bbae0

Analogous Colors of #e09bba

#e09bba #e09f9b #e09bdd

Monochromatic Colors of #e09bba

#e09bba

Complementary Color

#e09bba #9be0c1

#e09bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09bba Color CSS Codes

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

#e09bba Text Font Color

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

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


#e09bba Background Color

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

This div background color is #e09bba


#e09bba Border Color

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

This div border color is #e09bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,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 #e09bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09bba


Comments

No comments written yet.

Please login to write comment.