Color Hex Logo

#ee82ad Color Hex

#EE82AD
(238,130,173)
0 Favorites   0 Comments

Color spaces of #ee82ad

RGB 238130173
HSL0.930.760.72
HSV336°45°93°
CMYK 0.000.450.27   0.07
XYZ50.785437.159544.0310
Yxy37.15950.38480.2816
Hunter Lab60.958642.0331-0.1547
CIE-Lab67.396546.2620-4.1111

#ee82ad color RGB value is (238,130,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 10101101
Octal 356 202 255
Decimal 238 130 173
Hex EE 82 AD

RGB Percentages of Color #ee82ad

%43.99
%24.03
%31.98

CMYK Percentages of Color #ee82ad

%0
%45
%27
%7

Triadic Colors of #ee82ad

#ee82ad #adee82 #82adee

Analogous Colors of #ee82ad

#ee82ad #ee8d82 #ee82e3

Monochromatic Colors of #ee82ad

#ee82ad

Complementary Color

#ee82ad #82eec3

#ee82ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee82ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee82ad Color CSS Codes

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

#ee82ad Text Font Color

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

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


#ee82ad Background Color

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

This div background color is #ee82ad


#ee82ad Border Color

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

This div border color is #ee82ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee82ad


Comments

No comments written yet.

Please login to write comment.