Color Hex Logo

#ee21ad Color Hex

#EE21AD
(238,33,173)
0 Favorites   0 Comments

Color spaces of #ee21ad

RGB 23833173
HSL0.890.860.53
HSV319°86°93°
CMYK 0.000.860.27   0.07
XYZ43.346622.282041.5514
Yxy22.28200.40440.2079
Hunter Lab47.203881.3074-19.1477
CIE-Lab54.324981.7407-23.8182

#ee21ad color RGB value is (238,33,173).

#ee21ad hex color red value is 238, green value is 33 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ee21ad hue: 0.89 , saturation: 0.86 and the lightness value of ee21ad is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100001 10101101
Octal 356 41 255
Decimal 238 33 173
Hex EE 21 AD

RGB Percentages of Color #ee21ad

%53.60
%7.43
%38.96

CMYK Percentages of Color #ee21ad

%0
%86
%27
%7

Triadic Colors of #ee21ad

#ee21ad #adee21 #21adee

Analogous Colors of #ee21ad

#ee21ad #ee2146 #c921ee

Monochromatic Colors of #ee21ad

#ee21ad

Complementary Color

#ee21ad #21ee62

#ee21ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee21ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee21ad Color CSS Codes

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

#ee21ad Text Font Color

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

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


#ee21ad Background Color

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

This div background color is #ee21ad


#ee21ad Border Color

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

This div border color is #ee21ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee21ad


Comments

No comments written yet.

Please login to write comment.