Color Hex Logo

#e3acbf Color Hex

#E3ACBF
(227,172,191)
0 Favorites   0 Comments

Color spaces of #e3acbf

RGB 227172191
HSL0.940.500.78
HSV339°24°89°
CMYK 0.000.240.16   0.11
XYZ55.835049.597555.9207
Yxy49.59750.34600.3074
Hunter Lab70.425518.27442.2192
CIE-Lab75.821522.9719-1.8520

#e3acbf color RGB value is (227,172,191).

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

The process color (four color CMYK) of #e3acbf color hex is 0.00, 0.24, 0.16, 0.11. Web safe color of #e3acbf is #cc99cc. Color #e3acbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101100 10111111
Octal 343 254 277
Decimal 227 172 191
Hex E3 AC BF

RGB Percentages of Color #e3acbf

%38.47
%29.15
%32.37

CMYK Percentages of Color #e3acbf

%0
%24
%16
%11

Triadic Colors of #e3acbf

#e3acbf #bfe3ac #acbfe3

Analogous Colors of #e3acbf

#e3acbf #e3b5ac #e3acdb

Monochromatic Colors of #e3acbf

#e3acbf

Complementary Color

#e3acbf #ace3d0

#e3acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3acbf Color CSS Codes

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

#e3acbf Text Font Color

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

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


#e3acbf Background Color

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

This div background color is #e3acbf


#e3acbf Border Color

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

This div border color is #e3acbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,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 #e3acbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3acbf


Comments

No comments written yet.

Please login to write comment.