Color Hex Logo

#e0acbf Color Hex

#E0ACBF
(224,172,191)
0 Favorites   0 Comments

Color spaces of #e0acbf

RGB 224172191
HSL0.940.460.78
HSV338°23°88°
CMYK 0.000.230.15   0.12
XYZ54.897049.113955.8768
Yxy49.11390.34330.3072
Hunter Lab70.081317.18261.7842
CIE-Lab75.522121.9042-2.3263

#e0acbf color RGB value is (224,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101100 10111111
Octal 340 254 277
Decimal 224 172 191
Hex E0 AC BF

RGB Percentages of Color #e0acbf

%38.16
%29.30
%32.54

CMYK Percentages of Color #e0acbf

%0
%23
%15
%12

Triadic Colors of #e0acbf

#e0acbf #bfe0ac #acbfe0

Analogous Colors of #e0acbf

#e0acbf #e0b3ac #e0acd9

Monochromatic Colors of #e0acbf

#e0acbf

Complementary Color

#e0acbf #ace0cd

#e0acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0acbf Color CSS Codes

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

#e0acbf Text Font Color

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

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


#e0acbf Background Color

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

This div background color is #e0acbf


#e0acbf Border Color

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

This div border color is #e0acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0acbf


Comments

No comments written yet.

Please login to write comment.