Color Hex Logo

#e8aada Color Hex

#E8AADA
(232,170,218)
0 Favorites   0 Comments

Color spaces of #e8aada

RGB 232170218
HSL0.870.570.79
HSV314°27°91°
CMYK 0.000.270.06   0.09
XYZ60.308350.967272.9887
Yxy50.96720.32730.2766
Hunter Lab71.391325.8543-10.6427
CIE-Lab76.659130.2586-15.2793

#e8aada color RGB value is (232,170,218).

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

The process color (four color CMYK) of #e8aada color hex is 0.00, 0.27, 0.06, 0.09. Web safe color of #e8aada is #ff99cc. Color #e8aada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101010 11011010
Octal 350 252 332
Decimal 232 170 218
Hex E8 AA DA

RGB Percentages of Color #e8aada

%37.42
%27.42
%35.16

CMYK Percentages of Color #e8aada

%0
%27
%6
%9

Triadic Colors of #e8aada

#e8aada #dae8aa #aadae8

Analogous Colors of #e8aada

#e8aada #e8aabb #d7aae8

Monochromatic Colors of #e8aada

#e8aada

Complementary Color

#e8aada #aae8b8

#e8aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aada Color CSS Codes

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

#e8aada Text Font Color

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

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


#e8aada Background Color

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

This div background color is #e8aada


#e8aada Border Color

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

This div border color is #e8aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aada


Comments

No comments written yet.

Please login to write comment.