Color Hex Logo

#eaa4da Color Hex

#EAA4DA
(234,164,218)
0 Favorites   0 Comments

Color spaces of #eaa4da

RGB 234164218
HSL0.870.630.78
HSV314°30°92°
CMYK 0.000.300.07   0.08
XYZ59.862049.105372.6529
Yxy49.10530.32960.2704
Hunter Lab70.075229.8528-12.4184
CIE-Lab75.516834.1200-16.9800

#eaa4da color RGB value is (234,164,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 11011010
Octal 352 244 332
Decimal 234 164 218
Hex EA A4 DA

RGB Percentages of Color #eaa4da

%37.99
%26.62
%35.39

CMYK Percentages of Color #eaa4da

%0
%30
%7
%8

Triadic Colors of #eaa4da

#eaa4da #daeaa4 #a4daea

Analogous Colors of #eaa4da

#eaa4da #eaa4b7 #d7a4ea

Monochromatic Colors of #eaa4da

#eaa4da

Complementary Color

#eaa4da #a4eab4

#eaa4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa4da Color CSS Codes

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

#eaa4da Text Font Color

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

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


#eaa4da Background Color

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

This div background color is #eaa4da


#eaa4da Border Color

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

This div border color is #eaa4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa4da

#eaa4da Color Palettes


Comments

No comments written yet.

Please login to write comment.