Color Hex Logo

#e8acbf Color Hex

#E8ACBF
(232,172,191)
0 Favorites   0 Comments

Color spaces of #e8acbf

RGB 232172191
HSL0.950.570.79
HSV341°26°91°
CMYK 0.000.260.18   0.09
XYZ57.435250.422455.9956
Yxy50.42240.35050.3077
Hunter Lab71.008720.11392.9516
CIE-Lab76.327824.7525-1.0506

#e8acbf color RGB value is (232,172,191).

#e8acbf hex color red value is 232, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e8acbf hue: 0.95 , saturation: 0.57 and the lightness value of e8acbf is 0.79.

The process color (four color CMYK) of #e8acbf color hex is 0.00, 0.26, 0.18, 0.09. Web safe color of #e8acbf is #ff99cc. Color #e8acbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101100 10111111
Octal 350 254 277
Decimal 232 172 191
Hex E8 AC BF

RGB Percentages of Color #e8acbf

%38.99
%28.91
%32.10

CMYK Percentages of Color #e8acbf

%0
%26
%18
%9

Triadic Colors of #e8acbf

#e8acbf #bfe8ac #acbfe8

Analogous Colors of #e8acbf

#e8acbf #e8b7ac #e8acdd

Monochromatic Colors of #e8acbf

#e8acbf

Complementary Color

#e8acbf #ace8d5

#e8acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8acbf Color CSS Codes

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

#e8acbf Text Font Color

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

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


#e8acbf Background Color

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

This div background color is #e8acbf


#e8acbf Border Color

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

This div border color is #e8acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8acbf


Comments

No comments written yet.

Please login to write comment.