Color Hex Logo

#ee71ae Color Hex

#EE71AE
(238,113,174)
0 Favorites   0 Comments

Color spaces of #ee71ae

RGB 238113174
HSL0.920.790.69
HSV331°53°93°
CMYK 0.000.530.27   0.07
XYZ48.805033.043443.8501
Yxy33.04340.38830.2629
Hunter Lab57.483450.9555-4.9899
CIE-Lab64.196054.7132-9.4263

#ee71ae color RGB value is (238,113,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110001 10101110
Octal 356 161 256
Decimal 238 113 174
Hex EE 71 AE

RGB Percentages of Color #ee71ae

%45.33
%21.52
%33.14

CMYK Percentages of Color #ee71ae

%0
%53
%27
%7

Triadic Colors of #ee71ae

#ee71ae #aeee71 #71aeee

Analogous Colors of #ee71ae

#ee71ae #ee7371 #ee71ed

Monochromatic Colors of #ee71ae

#ee71ae

Complementary Color

#ee71ae #71eeb1

#ee71ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee71ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee71ae Color CSS Codes

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

#ee71ae Text Font Color

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

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


#ee71ae Background Color

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

This div background color is #ee71ae


#ee71ae Border Color

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

This div border color is #ee71ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee71ae


Comments

No comments written yet.

Please login to write comment.