Color Hex Logo

#ee71ad Color Hex

#EE71AD
(238,113,173)
0 Favorites   0 Comments

Color spaces of #ee71ad

RGB 238113173
HSL0.920.790.69
HSV331°53°93°
CMYK 0.000.530.27   0.07
XYZ48.707833.004543.3385
Yxy33.00450.38950.2639
Hunter Lab57.449550.8021-4.5122
CIE-Lab64.164654.5829-8.9040

#ee71ad color RGB value is (238,113,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110001 10101101
Octal 356 161 255
Decimal 238 113 173
Hex EE 71 AD

RGB Percentages of Color #ee71ad

%45.42
%21.56
%33.02

CMYK Percentages of Color #ee71ad

%0
%53
%27
%7

Triadic Colors of #ee71ad

#ee71ad #adee71 #71adee

Analogous Colors of #ee71ad

#ee71ad #ee7471 #ee71ec

Monochromatic Colors of #ee71ad

#ee71ad

Complementary Color

#ee71ad #71eeb2

#ee71ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee71ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee71ad Color CSS Codes

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

#ee71ad Text Font Color

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

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


#ee71ad Background Color

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

This div background color is #ee71ad


#ee71ad Border Color

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

This div border color is #ee71ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee71ad


Comments

No comments written yet.

Please login to write comment.