Color Hex Logo

#ee70ae Color Hex

#EE70AE
(238,112,174)
0 Favorites   0 Comments

Color spaces of #ee70ae

RGB 238112174
HSL0.920.790.69
HSV330°53°93°
CMYK 0.000.530.27   0.07
XYZ48.694032.821543.8131
Yxy32.82150.38850.2619
Hunter Lab57.290151.4595-5.2395
CIE-Lab64.016155.1850-9.6950

#ee70ae color RGB value is (238,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 10101110
Octal 356 160 256
Decimal 238 112 174
Hex EE 70 AE

RGB Percentages of Color #ee70ae

%45.42
%21.37
%33.21

CMYK Percentages of Color #ee70ae

%0
%53
%27
%7

Triadic Colors of #ee70ae

#ee70ae #aeee70 #70aeee

Analogous Colors of #ee70ae

#ee70ae #ee7170 #ee70ed

Monochromatic Colors of #ee70ae

#ee70ae

Complementary Color

#ee70ae #70eeb0

#ee70ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee70ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee70ae Color CSS Codes

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

#ee70ae Text Font Color

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

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


#ee70ae Background Color

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

This div background color is #ee70ae


#ee70ae Border Color

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

This div border color is #ee70ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee70ae


Comments

No comments written yet.

Please login to write comment.