Color Hex Logo

#ee72ad Color Hex

#EE72AD
(238,114,173)
1 Favorites   0 Comments

Color spaces of #ee72ad

RGB 238114173
HSL0.920.780.69
HSV331°52°93°
CMYK 0.000.520.27   0.07
XYZ48.820033.228943.3759
Yxy33.22890.38920.2649
Hunter Lab57.644550.2964-4.2629
CIE-Lab64.345854.1086-8.6337

#ee72ad color RGB value is (238,114,173).

#ee72ad hex color red value is 238, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ee72ad hue: 0.92 , saturation: 0.78 and the lightness value of ee72ad is 0.69.

The process color (four color CMYK) of #ee72ad color hex is 0.00, 0.52, 0.27, 0.07. Web safe color of #ee72ad is #ff6699. Color #ee72ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 10101101
Octal 356 162 255
Decimal 238 114 173
Hex EE 72 AD

RGB Percentages of Color #ee72ad

%45.33
%21.71
%32.95

CMYK Percentages of Color #ee72ad

%0
%52
%27
%7

Triadic Colors of #ee72ad

#ee72ad #adee72 #72adee

Analogous Colors of #ee72ad

#ee72ad #ee7572 #ee72eb

Monochromatic Colors of #ee72ad

#ee72ad

Complementary Color

#ee72ad #72eeb3

#ee72ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee72ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee72ad Color CSS Codes

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

#ee72ad Text Font Color

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

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


#ee72ad Background Color

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

This div background color is #ee72ad


#ee72ad Border Color

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

This div border color is #ee72ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee72ad

#ee72ad Color Palettes


Comments

No comments written yet.

Please login to write comment.