Color Hex Logo

#ee047f Color Hex

#EE047F
(238,4,127)
0 Favorites   0 Comments

Color spaces of #ee047f

RGB 2384127
HSL0.910.970.47
HSV328°98°93°
CMYK 0.000.980.47   0.07
XYZ39.134119.796321.8371
Yxy19.79630.48450.2451
Hunter Lab44.493079.13792.0457
CIE-Lab51.606180.5652-0.5067

#ee047f color RGB value is (238,4,127).

#ee047f hex color red value is 238, green value is 4 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ee047f hue: 0.91 , saturation: 0.97 and the lightness value of ee047f is 0.47.

The process color (four color CMYK) of #ee047f color hex is 0.00, 0.98, 0.47, 0.07. Web safe color of #ee047f is #ff0066. Color #ee047f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000100 01111111
Octal 356 4 177
Decimal 238 4 127
Hex EE 4 7F

RGB Percentages of Color #ee047f

%64.50
%1.08
%34.42

CMYK Percentages of Color #ee047f

%0
%98
%47
%7

Triadic Colors of #ee047f

#ee047f #7fee04 #047fee

Analogous Colors of #ee047f

#ee047f #ee040a #e804ee

Monochromatic Colors of #ee047f

#ee047f

Complementary Color

#ee047f #04ee73

#ee047f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee047f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee047f Color CSS Codes

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

#ee047f Text Font Color

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

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


#ee047f Background Color

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

This div background color is #ee047f


#ee047f Border Color

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

This div border color is #ee047f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee047f


Comments

No comments written yet.

Please login to write comment.