Color Hex Logo

#eaa5db Color Hex

#EAA5DB
(234,165,219)
0 Favorites   0 Comments

Color spaces of #eaa5db

RGB 234165219
HSL0.870.620.78
HSV313°29°92°
CMYK 0.000.290.06   0.08
XYZ60.173049.517273.4041
Yxy49.51720.32860.2704
Hunter Lab70.368529.4929-12.5898
CIE-Lab75.772033.7611-17.1404

#eaa5db color RGB value is (234,165,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 11011011
Octal 352 245 333
Decimal 234 165 219
Hex EA A5 DB

RGB Percentages of Color #eaa5db

%37.86
%26.70
%35.44

CMYK Percentages of Color #eaa5db

%0
%29
%6
%8

Triadic Colors of #eaa5db

#eaa5db #dbeaa5 #a5dbea

Analogous Colors of #eaa5db

#eaa5db #eaa5b9 #d7a5ea

Monochromatic Colors of #eaa5db

#eaa5db

Complementary Color

#eaa5db #a5eab4

#eaa5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa5db Color CSS Codes

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

#eaa5db Text Font Color

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

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


#eaa5db Background Color

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

This div background color is #eaa5db


#eaa5db Border Color

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

This div border color is #eaa5db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,165,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa5db


Comments

No comments written yet.

Please login to write comment.