Color Hex Logo

#eaa0eb Color Hex

#EAA0EB
(234,160,235)
0 Favorites   0 Comments

Color spaces of #eaa0eb

RGB 234160235
HSL0.830.650.77
HSV299°32°92°
CMYK 0.000.320.00   0.08
XYZ61.497948.632284.7429
Yxy48.63220.31560.2496
Hunter Lab69.736835.3721-23.2324
CIE-Lab75.221939.2600-26.6897

#eaa0eb color RGB value is (234,160,235).

#eaa0eb hex color red value is 234, green value is 160 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eaa0eb hue: 0.83 , saturation: 0.65 and the lightness value of eaa0eb is 0.77.

The process color (four color CMYK) of #eaa0eb color hex is 0.00, 0.32, 0.00, 0.08. Web safe color of #eaa0eb is #ff99ff. Color #eaa0eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 11101011
Octal 352 240 353
Decimal 234 160 235
Hex EA A0 EB

RGB Percentages of Color #eaa0eb

%37.20
%25.44
%37.36

CMYK Percentages of Color #eaa0eb

%0
%32
%0
%8

Triadic Colors of #eaa0eb

#eaa0eb #ebeaa0 #a0ebea

Analogous Colors of #eaa0eb

#eaa0eb #eba0c7 #c5a0eb

Monochromatic Colors of #eaa0eb

#eaa0eb

Complementary Color

#eaa0eb #a1eba0

#eaa0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa0eb Color CSS Codes

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

#eaa0eb Text Font Color

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

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


#eaa0eb Background Color

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

This div background color is #eaa0eb


#eaa0eb Border Color

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

This div border color is #eaa0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa0eb

#eaa0eb Color Palettes


Comments

No comments written yet.

Please login to write comment.