Color Hex Logo

#e8abbd Color Hex

#E8ABBD
(232,171,189)
0 Favorites   0 Comments

Color spaces of #e8abbd

RGB 232171189
HSL0.950.570.79
HSV342°26°91°
CMYK 0.000.260.19   0.09
XYZ57.026949.955754.7809
Yxy49.95570.35250.3088
Hunter Lab70.679320.33203.5221
CIE-Lab76.042124.9801-0.3761

#e8abbd color RGB value is (232,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101011 10111101
Octal 350 253 275
Decimal 232 171 189
Hex E8 AB BD

RGB Percentages of Color #e8abbd

%39.19
%28.89
%31.93

CMYK Percentages of Color #e8abbd

%0
%26
%19
%9

Triadic Colors of #e8abbd

#e8abbd #bde8ab #abbde8

Analogous Colors of #e8abbd

#e8abbd #e8b8ab #e8abdc

Monochromatic Colors of #e8abbd

#e8abbd

Complementary Color

#e8abbd #abe8d6

#e8abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8abbd Color CSS Codes

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

#e8abbd Text Font Color

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

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


#e8abbd Background Color

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

This div background color is #e8abbd


#e8abbd Border Color

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

This div border color is #e8abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8abbd


Comments

No comments written yet.

Please login to write comment.