Color Hex Logo

#eea0ea Color Hex

#EEA0EA
(238,160,234)
0 Favorites   0 Comments

Color spaces of #eea0ea

RGB 238160234
HSL0.840.700.78
HSV303°33°93°
CMYK 0.000.330.02   0.07
XYZ62.682049.259384.0462
Yxy49.25930.31980.2513
Hunter Lab70.185036.5942-21.8700
CIE-Lab75.612440.3351-25.5110

#eea0ea color RGB value is (238,160,234).

#eea0ea hex color red value is 238, green value is 160 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eea0ea hue: 0.84 , saturation: 0.70 and the lightness value of eea0ea is 0.78.

The process color (four color CMYK) of #eea0ea color hex is 0.00, 0.33, 0.02, 0.07. Web safe color of #eea0ea is #ff99ff. Color #eea0ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 11101010
Octal 356 240 352
Decimal 238 160 234
Hex EE A0 EA

RGB Percentages of Color #eea0ea

%37.66
%25.32
%37.03

CMYK Percentages of Color #eea0ea

%0
%33
%2
%7

Triadic Colors of #eea0ea

#eea0ea #eaeea0 #a0eaee

Analogous Colors of #eea0ea

#eea0ea #eea0c3 #cba0ee

Monochromatic Colors of #eea0ea

#eea0ea

Complementary Color

#eea0ea #a0eea4

#eea0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea0ea Color CSS Codes

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

#eea0ea Text Font Color

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

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


#eea0ea Background Color

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

This div background color is #eea0ea


#eea0ea Border Color

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

This div border color is #eea0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea0ea


Comments

No comments written yet.

Please login to write comment.