Color Hex Logo

#e89adc Color Hex

#E89ADC
(232,154,220)
0 Favorites   0 Comments

Color spaces of #e89adc

RGB 232154220
HSL0.860.630.76
HSV309°34°91°
CMYK 0.000.340.05   0.09
XYZ57.752645.434373.4360
Yxy45.43430.32700.2572
Hunter Lab67.405034.9802-17.4115
CIE-Lab73.176939.1110-21.6399

#e89adc color RGB value is (232,154,220).

#e89adc hex color red value is 232, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e89adc hue: 0.86 , saturation: 0.63 and the lightness value of e89adc is 0.76.

The process color (four color CMYK) of #e89adc color hex is 0.00, 0.34, 0.05, 0.09. Web safe color of #e89adc is #ff99cc. Color #e89adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011010 11011100
Octal 350 232 334
Decimal 232 154 220
Hex E8 9A DC

RGB Percentages of Color #e89adc

%38.28
%25.41
%36.30

CMYK Percentages of Color #e89adc

%0
%34
%5
%9

Triadic Colors of #e89adc

#e89adc #dce89a #9adce8

Analogous Colors of #e89adc

#e89adc #e89ab5 #cd9ae8

Monochromatic Colors of #e89adc

#e89adc

Complementary Color

#e89adc #9ae8a6

#e89adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89adc Color CSS Codes

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

#e89adc Text Font Color

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

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


#e89adc Background Color

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

This div background color is #e89adc


#e89adc Border Color

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

This div border color is #e89adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89adc


Comments

No comments written yet.

Please login to write comment.