Color Hex Logo

#ee3aae Color Hex

#EE3AAE
(238,58,174)
0 Favorites   0 Comments

Color spaces of #ee3aae

RGB 23858174
HSL0.890.840.58
HSV321°76°93°
CMYK 0.000.760.27   0.07
XYZ44.412924.259242.3861
Yxy24.25920.39990.2184
Hunter Lab49.253674.7629-16.5455
CIE-Lab56.346476.1578-21.2979

#ee3aae color RGB value is (238,58,174).

#ee3aae hex color red value is 238, green value is 58 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ee3aae hue: 0.89 , saturation: 0.84 and the lightness value of ee3aae is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111010 10101110
Octal 356 72 256
Decimal 238 58 174
Hex EE 3A AE

RGB Percentages of Color #ee3aae

%50.64
%12.34
%37.02

CMYK Percentages of Color #ee3aae

%0
%76
%27
%7

Triadic Colors of #ee3aae

#ee3aae #aeee3a #3aaeee

Analogous Colors of #ee3aae

#ee3aae #ee3a54 #d43aee

Monochromatic Colors of #ee3aae

#ee3aae

Complementary Color

#ee3aae #3aee7a

#ee3aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3aae Color CSS Codes

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

#ee3aae Text Font Color

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

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


#ee3aae Background Color

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

This div background color is #ee3aae


#ee3aae Border Color

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

This div border color is #ee3aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3aae


Comments

No comments written yet.

Please login to write comment.