Color Hex Logo

#e09bae Color Hex

#E09BAE
(224,155,174)
0 Favorites   0 Comments

Color spaces of #e09bae

RGB 224155174
HSL0.950.530.74
HSV343°31°88°
CMYK 0.000.310.22   0.12
XYZ50.101842.346045.5773
Yxy42.34600.36300.3068
Hunter Lab65.073823.55204.0253
CIE-Lab71.108828.43200.5780

#e09bae color RGB value is (224,155,174).

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

The process color (four color CMYK) of #e09bae color hex is 0.00, 0.31, 0.22, 0.12. Web safe color of #e09bae is #cc9999. Color #e09bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011011 10101110
Octal 340 233 256
Decimal 224 155 174
Hex E0 9B AE

RGB Percentages of Color #e09bae

%40.51
%28.03
%31.46

CMYK Percentages of Color #e09bae

%0
%31
%22
%12

Triadic Colors of #e09bae

#e09bae #aee09b #9baee0

Analogous Colors of #e09bae

#e09bae #e0ab9b #e09bd1

Monochromatic Colors of #e09bae

#e09bae

Complementary Color

#e09bae #9be0cd

#e09bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09bae Color CSS Codes

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

#e09bae Text Font Color

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

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


#e09bae Background Color

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

This div background color is #e09bae


#e09bae Border Color

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

This div border color is #e09bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09bae


Comments

No comments written yet.

Please login to write comment.