Color Hex Logo

#e09bda Color Hex

#E09BDA
(224,155,218)
0 Favorites   0 Comments

Color spaces of #e09bda

RGB 224155218
HSL0.850.530.74
HSV305°31°88°
CMYK 0.000.310.03   0.12
XYZ55.116744.351971.9855
Yxy44.35190.32150.2587
Hunter Lab66.597231.1837-17.4690
CIE-Lab72.463135.6445-21.7083

#e09bda color RGB value is (224,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011011 11011010
Octal 340 233 332
Decimal 224 155 218
Hex E0 9B DA

RGB Percentages of Color #e09bda

%37.52
%25.96
%36.52

CMYK Percentages of Color #e09bda

%0
%31
%3
%12

Triadic Colors of #e09bda

#e09bda #dae09b #9bdae0

Analogous Colors of #e09bda

#e09bda #e09bb8 #c49be0

Monochromatic Colors of #e09bda

#e09bda

Complementary Color

#e09bda #9be0a1

#e09bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09bda Color CSS Codes

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

#e09bda Text Font Color

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

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


#e09bda Background Color

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

This div background color is #e09bda


#e09bda Border Color

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

This div border color is #e09bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09bda


Comments

No comments written yet.

Please login to write comment.