Color Hex Logo

#ee82ae Color Hex

#EE82AE
(238,130,174)
0 Favorites   0 Comments

Color spaces of #ee82ae

RGB 238130174
HSL0.930.760.72
HSV336°45°93°
CMYK 0.000.450.27   0.07
XYZ50.882537.198444.5426
Yxy37.19840.38370.2805
Hunter Lab60.990542.1837-0.6074
CIE-Lab67.425646.3950-4.6315

#ee82ae color RGB value is (238,130,174).

#ee82ae hex color red value is 238, green value is 130 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ee82ae hue: 0.93 , saturation: 0.76 and the lightness value of ee82ae is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 10101110
Octal 356 202 256
Decimal 238 130 174
Hex EE 82 AE

RGB Percentages of Color #ee82ae

%43.91
%23.99
%32.10

CMYK Percentages of Color #ee82ae

%0
%45
%27
%7

Triadic Colors of #ee82ae

#ee82ae #aeee82 #82aeee

Analogous Colors of #ee82ae

#ee82ae #ee8c82 #ee82e4

Monochromatic Colors of #ee82ae

#ee82ae

Complementary Color

#ee82ae #82eec2

#ee82ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee82ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee82ae Color CSS Codes

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

#ee82ae Text Font Color

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

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


#ee82ae Background Color

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

This div background color is #ee82ae


#ee82ae Border Color

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

This div border color is #ee82ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee82ae


Comments

No comments written yet.

Please login to write comment.