Color Hex Logo

#e6acbf Color Hex

#E6ACBF
(230,172,191)
0 Favorites   0 Comments

Color spaces of #e6acbf

RGB 230172191
HSL0.950.540.79
HSV340°25°90°
CMYK 0.000.250.17   0.10
XYZ56.789650.089655.9653
Yxy50.08960.34870.3076
Hunter Lab70.774019.37522.6576
CIE-Lab76.124224.0402-1.3727

#e6acbf color RGB value is (230,172,191).

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

The process color (four color CMYK) of #e6acbf color hex is 0.00, 0.25, 0.17, 0.10. Web safe color of #e6acbf is #ff99cc. Color #e6acbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101100 10111111
Octal 346 254 277
Decimal 230 172 191
Hex E6 AC BF

RGB Percentages of Color #e6acbf

%38.79
%29.01
%32.21

CMYK Percentages of Color #e6acbf

%0
%25
%17
%10

Triadic Colors of #e6acbf

#e6acbf #bfe6ac #acbfe6

Analogous Colors of #e6acbf

#e6acbf #e6b6ac #e6acdc

Monochromatic Colors of #e6acbf

#e6acbf

Complementary Color

#e6acbf #ace6d3

#e6acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6acbf Color CSS Codes

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

#e6acbf Text Font Color

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

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


#e6acbf Background Color

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

This div background color is #e6acbf


#e6acbf Border Color

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

This div border color is #e6acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6acbf


Comments

No comments written yet.

Please login to write comment.