Color Hex Logo

#ee15ad Color Hex

#EE15AD
(238,21,173)
0 Favorites   0 Comments

Color spaces of #ee15ad

RGB 23821173
HSL0.880.860.51
HSV318°91°93°
CMYK 0.000.910.27   0.07
XYZ43.070921.730641.4595
Yxy21.73060.40530.2045
Hunter Lab46.616183.3468-20.1002
CIE-Lab53.740083.4443-24.7197

#ee15ad color RGB value is (238,21,173).

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

The process color (four color CMYK) of #ee15ad color hex is 0.00, 0.91, 0.27, 0.07. Web safe color of #ee15ad is #ff0099. Color #ee15ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010101 10101101
Octal 356 25 255
Decimal 238 21 173
Hex EE 15 AD

RGB Percentages of Color #ee15ad

%55.09
%4.86
%40.05

CMYK Percentages of Color #ee15ad

%0
%91
%27
%7

Triadic Colors of #ee15ad

#ee15ad #adee15 #15adee

Analogous Colors of #ee15ad

#ee15ad #ee1541 #c315ee

Monochromatic Colors of #ee15ad

#ee15ad

Complementary Color

#ee15ad #15ee56

#ee15ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee15ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee15ad Color CSS Codes

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

#ee15ad Text Font Color

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

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


#ee15ad Background Color

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

This div background color is #ee15ad


#ee15ad Border Color

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

This div border color is #ee15ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee15ad


Comments

No comments written yet.

Please login to write comment.