Color Hex Logo

#eeaeee Color Hex Plum2

#EEAEEE
(238,174,238)
11 Favorites   0 Comments

Color spaces of #eeaeee Plum2

RGB 238174238
HSL0.830.650.81
HSV300°27°93°
CMYK 0.000.270.00   0.07
XYZ65.828654.622387.9625
Yxy54.62230.31590.2621
Hunter Lab73.906929.6522-18.8309
CIE-Lab78.823233.6592-22.7815

#eeaeee color RGB value is (238,174,238). #eeaeee color name is Plum2 color.

#eeaeee hex color red value is 238, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eeaeee hue: 0.83 , saturation: 0.65 and the lightness value of eeaeee is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11101110
Octal 356 256 356
Decimal 238 174 238
Hex EE AE EE

RGB Percentages of Color #eeaeee

%36.62
%26.77
%36.62

CMYK Percentages of Color #eeaeee

%0
%27
%0
%7

Triadic Colors of #eeaeee

#eeaeee #eeeeae #aeeeee

Analogous Colors of #eeaeee

#eeaeee #eeaece #ceaeee

Monochromatic Colors of #eeaeee

#eeaeee

Complementary Color

#eeaeee #aeeeae

#eeaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaeee Color CSS Codes

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

#eeaeee Text Font Color

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

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


#eeaeee Background Color

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

This div background color is #eeaeee


#eeaeee Border Color

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

This div border color is #eeaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaeee


Comments

No comments written yet.

Please login to write comment.