Color Hex Logo

#e09dba Color Hex

#E09DBA
(224,157,186)
0 Favorites   0 Comments

Color spaces of #e09dba

RGB 224157186
HSL0.930.520.75
HSV334°30°88°
CMYK 0.000.300.17   0.12
XYZ51.660443.506452.1292
Yxy43.50640.35070.2954
Hunter Lab65.959424.3750-0.6867
CIE-Lab71.897329.1788-4.9130

#e09dba color RGB value is (224,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011101 10111010
Octal 340 235 272
Decimal 224 157 186
Hex E0 9D BA

RGB Percentages of Color #e09dba

%39.51
%27.69
%32.80

CMYK Percentages of Color #e09dba

%0
%30
%17
%12

Triadic Colors of #e09dba

#e09dba #bae09d #9dbae0

Analogous Colors of #e09dba

#e09dba #e0a29d #e09ddc

Monochromatic Colors of #e09dba

#e09dba

Complementary Color

#e09dba #9de0c3

#e09dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09dba Color CSS Codes

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

#e09dba Text Font Color

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

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


#e09dba Background Color

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

This div background color is #e09dba


#e09dba Border Color

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

This div border color is #e09dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09dba


Comments

No comments written yet.

Please login to write comment.