Color Hex Logo

#e095ac Color Hex

#E095AC
(224,149,172)
0 Favorites   0 Comments

Color spaces of #e095ac

RGB 224149172
HSL0.950.550.73
HSV342°33°88°
CMYK 0.000.330.23   0.12
XYZ48.934340.320744.2333
Yxy40.32070.36660.3021
Hunter Lab63.498626.43603.1474
CIE-Lab69.697331.3540-0.3703

#e095ac color RGB value is (224,149,172).

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

The process color (four color CMYK) of #e095ac color hex is 0.00, 0.33, 0.23, 0.12. Web safe color of #e095ac is #cc9999. Color #e095ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010101 10101100
Octal 340 225 254
Decimal 224 149 172
Hex E0 95 AC

RGB Percentages of Color #e095ac

%41.10
%27.34
%31.56

CMYK Percentages of Color #e095ac

%0
%33
%23
%12

Triadic Colors of #e095ac

#e095ac #ace095 #95ace0

Analogous Colors of #e095ac

#e095ac #e0a495 #e095d2

Monochromatic Colors of #e095ac

#e095ac

Complementary Color

#e095ac #95e0c9

#e095ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e095ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e095ac Color CSS Codes

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

#e095ac Text Font Color

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

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


#e095ac Background Color

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

This div background color is #e095ac


#e095ac Border Color

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

This div border color is #e095ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e095ac


Comments

No comments written yet.

Please login to write comment.