Color Hex Logo

#eaa5da Color Hex

#EAA5DA
(234,165,218)
0 Favorites   0 Comments

Color spaces of #eaa5da

RGB 234165218
HSL0.870.620.78
HSV314°29°92°
CMYK 0.000.290.07   0.08
XYZ60.041749.464672.7128
Yxy49.46460.32950.2715
Hunter Lab70.331129.3062-12.0661
CIE-Lab75.739533.5887-16.6442

#eaa5da color RGB value is (234,165,218).

#eaa5da hex color red value is 234, green value is 165 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eaa5da hue: 0.87 , saturation: 0.62 and the lightness value of eaa5da is 0.78.

The process color (four color CMYK) of #eaa5da color hex is 0.00, 0.29, 0.07, 0.08. Web safe color of #eaa5da is #ff99cc. Color #eaa5da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 11011010
Octal 352 245 332
Decimal 234 165 218
Hex EA A5 DA

RGB Percentages of Color #eaa5da

%37.93
%26.74
%35.33

CMYK Percentages of Color #eaa5da

%0
%29
%7
%8

Triadic Colors of #eaa5da

#eaa5da #daeaa5 #a5daea

Analogous Colors of #eaa5da

#eaa5da #eaa5b8 #d8a5ea

Monochromatic Colors of #eaa5da

#eaa5da

Complementary Color

#eaa5da #a5eab5

#eaa5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa5da Color CSS Codes

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

#eaa5da Text Font Color

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

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


#eaa5da Background Color

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

This div background color is #eaa5da


#eaa5da Border Color

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

This div border color is #eaa5da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,165,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 #eaa5da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa5da


Comments

No comments written yet.

Please login to write comment.