Color Hex Logo

#ee44ae Color Hex

#EE44AE
(238,68,174)
0 Favorites   0 Comments

Color spaces of #ee44ae

RGB 23868174
HSL0.900.830.60
HSV323°71°93°
CMYK 0.000.710.27   0.07
XYZ44.967025.367442.5708
Yxy25.36740.39830.2247
Hunter Lab50.366171.2248-14.8573
CIE-Lab57.431773.0868-19.6385

#ee44ae color RGB value is (238,68,174).

#ee44ae hex color red value is 238, green value is 68 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ee44ae hue: 0.90 , saturation: 0.83 and the lightness value of ee44ae is 0.60.

The process color (four color CMYK) of #ee44ae color hex is 0.00, 0.71, 0.27, 0.07. Web safe color of #ee44ae is #ff3399. Color #ee44ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000100 10101110
Octal 356 104 256
Decimal 238 68 174
Hex EE 44 AE

RGB Percentages of Color #ee44ae

%49.58
%14.17
%36.25

CMYK Percentages of Color #ee44ae

%0
%71
%27
%7

Triadic Colors of #ee44ae

#ee44ae #aeee44 #44aeee

Analogous Colors of #ee44ae

#ee44ae #ee4459 #d944ee

Monochromatic Colors of #ee44ae

#ee44ae

Complementary Color

#ee44ae #44ee84

#ee44ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee44ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee44ae Color CSS Codes

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

#ee44ae Text Font Color

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

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


#ee44ae Background Color

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

This div background color is #ee44ae


#ee44ae Border Color

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

This div border color is #ee44ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee44ae


Comments

No comments written yet.

Please login to write comment.