Color Hex Logo

#e9acbe Color Hex

#E9ACBE
(233,172,190)
0 Favorites   0 Comments

Color spaces of #e9acbe

RGB 233172190
HSL0.950.580.79
HSV342°26°91°
CMYK 0.000.260.18   0.09
XYZ57.651150.546455.4331
Yxy50.54640.35230.3089
Hunter Lab71.096020.32613.5392
CIE-Lab76.403424.9556-0.3818

#e9acbe color RGB value is (233,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101100 10111110
Octal 351 254 276
Decimal 233 172 190
Hex E9 AC BE

RGB Percentages of Color #e9acbe

%39.16
%28.91
%31.93

CMYK Percentages of Color #e9acbe

%0
%26
%18
%9

Triadic Colors of #e9acbe

#e9acbe #bee9ac #acbee9

Analogous Colors of #e9acbe

#e9acbe #e9b9ac #e9acdd

Monochromatic Colors of #e9acbe

#e9acbe

Complementary Color

#e9acbe #ace9d7

#e9acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9acbe Color CSS Codes

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

#e9acbe Text Font Color

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

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


#e9acbe Background Color

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

This div background color is #e9acbe


#e9acbe Border Color

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

This div border color is #e9acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9acbe


Comments

No comments written yet.

Please login to write comment.