Color Hex Logo

#ee427e Color Hex

#EE427E
(238,66,126)
0 Favorites   0 Comments

Color spaces of #ee427e

RGB 23866126
HSL0.940.830.60
HSV339°72°93°
CMYK 0.000.720.47   0.07
XYZ40.974023.579922.1305
Yxy23.57990.47270.2720
Hunter Lab48.559165.63916.9704
CIE-Lab55.664768.81175.9689

#ee427e color RGB value is (238,66,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 01111110
Octal 356 102 176
Decimal 238 66 126
Hex EE 42 7E

RGB Percentages of Color #ee427e

%55.35
%15.35
%29.30

CMYK Percentages of Color #ee427e

%0
%72
%47
%7

Triadic Colors of #ee427e

#ee427e #7eee42 #427eee

Analogous Colors of #ee427e

#ee427e #ee5c42 #ee42d4

Monochromatic Colors of #ee427e

#ee427e

Complementary Color

#ee427e #42eeb2

#ee427e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee427e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee427e Color CSS Codes

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

#ee427e Text Font Color

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

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


#ee427e Background Color

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

This div background color is #ee427e


#ee427e Border Color

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

This div border color is #ee427e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee427e


Comments

No comments written yet.

Please login to write comment.