Color Hex Logo

#e093ab Color Hex

#E093AB
(224,147,171)
0 Favorites   0 Comments

Color spaces of #e093ab

RGB 224147171
HSL0.950.550.73
HSV341°34°88°
CMYK 0.000.340.24   0.12
XYZ48.524939.655043.6247
Yxy39.65500.36820.3009
Hunter Lab62.972227.34653.0067
CIE-Lab69.223132.2774-0.5055

#e093ab color RGB value is (224,147,171).

#e093ab hex color red value is 224, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e093ab hue: 0.95 , saturation: 0.55 and the lightness value of e093ab is 0.73.

The process color (four color CMYK) of #e093ab color hex is 0.00, 0.34, 0.24, 0.12. Web safe color of #e093ab is #cc9999. Color #e093ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010011 10101011
Octal 340 223 253
Decimal 224 147 171
Hex E0 93 AB

RGB Percentages of Color #e093ab

%41.33
%27.12
%31.55

CMYK Percentages of Color #e093ab

%0
%34
%24
%12

Triadic Colors of #e093ab

#e093ab #abe093 #93abe0

Analogous Colors of #e093ab

#e093ab #e0a293 #e093d2

Monochromatic Colors of #e093ab

#e093ab

Complementary Color

#e093ab #93e0c8

#e093ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e093ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e093ab Color CSS Codes

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

#e093ab Text Font Color

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

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


#e093ab Background Color

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

This div background color is #e093ab


#e093ab Border Color

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

This div border color is #e093ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e093ab

#e093ab Color Palettes


Comments

No comments written yet.

Please login to write comment.