Color Hex Logo

#e88cab Color Hex

#E88CAB
(232,140,171)
0 Favorites   0 Comments

Color spaces of #e88cab

RGB 232140171
HSL0.940.670.73
HSV340°40°91°
CMYK 0.000.400.26   0.09
XYZ50.007538.852243.3916
Yxy38.85220.37810.2938
Hunter Lab62.331534.12722.3578
CIE-Lab68.644138.8024-1.2407

#e88cab color RGB value is (232,140,171).

#e88cab hex color red value is 232, green value is 140 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e88cab hue: 0.94 , saturation: 0.67 and the lightness value of e88cab is 0.73.

The process color (four color CMYK) of #e88cab color hex is 0.00, 0.40, 0.26, 0.09. Web safe color of #e88cab is #ff9999. Color #e88cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001100 10101011
Octal 350 214 253
Decimal 232 140 171
Hex E8 8C AB

RGB Percentages of Color #e88cab

%42.73
%25.78
%31.49

CMYK Percentages of Color #e88cab

%0
%40
%26
%9

Triadic Colors of #e88cab

#e88cab #abe88c #8cabe8

Analogous Colors of #e88cab

#e88cab #e89b8c #e88cd9

Monochromatic Colors of #e88cab

#e88cab

Complementary Color

#e88cab #8ce8c9

#e88cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88cab Color CSS Codes

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

#e88cab Text Font Color

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

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


#e88cab Background Color

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

This div background color is #e88cab


#e88cab Border Color

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

This div border color is #e88cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,140,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88cab


Comments

No comments written yet.

Please login to write comment.