Color Hex Logo

#e88aad Color Hex

#E88AAD
(232,138,173)
0 Favorites   0 Comments

Color spaces of #e88aad

RGB 232138173
HSL0.940.670.73
HSV338°41°91°
CMYK 0.000.410.25   0.09
XYZ49.910038.349944.3069
Yxy38.34990.37650.2893
Hunter Lab61.927335.48840.9291
CIE-Lab68.277740.1190-2.9000

#e88aad color RGB value is (232,138,173).

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

The process color (four color CMYK) of #e88aad color hex is 0.00, 0.41, 0.25, 0.09. Web safe color of #e88aad is #ff9999. Color #e88aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001010 10101101
Octal 350 212 255
Decimal 232 138 173
Hex E8 8A AD

RGB Percentages of Color #e88aad

%42.73
%25.41
%31.86

CMYK Percentages of Color #e88aad

%0
%41
%25
%9

Triadic Colors of #e88aad

#e88aad #ade88a #8aade8

Analogous Colors of #e88aad

#e88aad #e8968a #e88adc

Monochromatic Colors of #e88aad

#e88aad

Complementary Color

#e88aad #8ae8c5

#e88aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88aad Color CSS Codes

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

#e88aad Text Font Color

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

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


#e88aad Background Color

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

This div background color is #e88aad


#e88aad Border Color

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

This div border color is #e88aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88aad


Comments

No comments written yet.

Please login to write comment.