Color Hex Logo

#e0acbb Color Hex

#E0ACBB
(224,172,187)
0 Favorites   0 Comments

Color spaces of #e0acbb

RGB 224172187
HSL0.950.460.78
HSV343°23°88°
CMYK 0.000.230.17   0.12
XYZ54.462648.940253.5896
Yxy48.94020.34690.3117
Hunter Lab69.957316.53923.5520
CIE-Lab75.414121.2686-0.2972

#e0acbb color RGB value is (224,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101100 10111011
Octal 340 254 273
Decimal 224 172 187
Hex E0 AC BB

RGB Percentages of Color #e0acbb

%38.42
%29.50
%32.08

CMYK Percentages of Color #e0acbb

%0
%23
%17
%12

Triadic Colors of #e0acbb

#e0acbb #bbe0ac #acbbe0

Analogous Colors of #e0acbb

#e0acbb #e0b7ac #e0acd5

Monochromatic Colors of #e0acbb

#e0acbb

Complementary Color

#e0acbb #ace0d1

#e0acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0acbb Color CSS Codes

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

#e0acbb Text Font Color

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

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


#e0acbb Background Color

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

This div background color is #e0acbb


#e0acbb Border Color

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

This div border color is #e0acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0acbb


Comments

No comments written yet.

Please login to write comment.