Color Hex Logo

#ee8aea Color Hex

#EE8AEA
(238,138,234)
0 Favorites   0 Comments

Color spaces of #ee8aea

RGB 238138234
HSL0.840.750.74
HSV302°42°93°
CMYK 0.000.420.02   0.07
XYZ59.199742.294682.8854
Yxy42.29460.32110.2294
Hunter Lab65.034348.6757-30.0404
CIE-Lab71.073651.6854-32.4880

#ee8aea color RGB value is (238,138,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001010 11101010
Octal 356 212 352
Decimal 238 138 234
Hex EE 8A EA

RGB Percentages of Color #ee8aea

%39.02
%22.62
%38.36

CMYK Percentages of Color #ee8aea

%0
%42
%2
%7

Triadic Colors of #ee8aea

#ee8aea #eaee8a #8aeaee

Analogous Colors of #ee8aea

#ee8aea #ee8ab8 #c08aee

Monochromatic Colors of #ee8aea

#ee8aea

Complementary Color

#ee8aea #8aee8e

#ee8aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8aea Color CSS Codes

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

#ee8aea Text Font Color

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

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


#ee8aea Background Color

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

This div background color is #ee8aea


#ee8aea Border Color

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

This div border color is #ee8aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8aea


Comments

No comments written yet.

Please login to write comment.