Color Hex Logo

#ee427f Color Hex

#EE427F
(238,66,127)
0 Favorites   0 Comments

Color spaces of #ee427f

RGB 23866127
HSL0.940.830.60
HSV339°72°93°
CMYK 0.000.720.47   0.07
XYZ41.038923.605922.4721
Yxy23.60590.47110.2710
Hunter Lab48.585965.74776.5871
CIE-Lab55.691068.89755.4124

#ee427f color RGB value is (238,66,127).

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

The process color (four color CMYK) of #ee427f color hex is 0.00, 0.72, 0.47, 0.07. Web safe color of #ee427f is #ff3366. Color #ee427f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 01111111
Octal 356 102 177
Decimal 238 66 127
Hex EE 42 7F

RGB Percentages of Color #ee427f

%55.22
%15.31
%29.47

CMYK Percentages of Color #ee427f

%0
%72
%47
%7

Triadic Colors of #ee427f

#ee427f #7fee42 #427fee

Analogous Colors of #ee427f

#ee427f #ee5b42 #ee42d5

Monochromatic Colors of #ee427f

#ee427f

Complementary Color

#ee427f #42eeb1

#ee427f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee427f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee427f Color CSS Codes

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

#ee427f Text Font Color

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

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


#ee427f Background Color

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

This div background color is #ee427f


#ee427f Border Color

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

This div border color is #ee427f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee427f


Comments

No comments written yet.

Please login to write comment.