Color Hex Logo

#ee028e Color Hex

#EE028E
(238,2,142)
0 Favorites   0 Comments

Color spaces of #ee028e

RGB 2382142
HSL0.900.980.47
HSV324°99°93°
CMYK 0.000.990.40   0.07
XYZ40.164120.173627.3682
Yxy20.17360.45790.2300
Hunter Lab44.915081.0177-4.6868
CIE-Lab52.032981.9607-8.9210

#ee028e color RGB value is (238,2,142).

#ee028e hex color red value is 238, green value is 2 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ee028e hue: 0.90 , saturation: 0.98 and the lightness value of ee028e is 0.47.

The process color (four color CMYK) of #ee028e color hex is 0.00, 0.99, 0.40, 0.07. Web safe color of #ee028e is #ff0099. Color #ee028e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000010 10001110
Octal 356 2 216
Decimal 238 2 142
Hex EE 2 8E

RGB Percentages of Color #ee028e

%62.30
%0.52
%37.17

CMYK Percentages of Color #ee028e

%0
%99
%40
%7

Triadic Colors of #ee028e

#ee028e #8eee02 #028eee

Analogous Colors of #ee028e

#ee028e #ee0218 #d802ee

Monochromatic Colors of #ee028e

#ee028e

Complementary Color

#ee028e #02ee62

#ee028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee028e Color CSS Codes

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

#ee028e Text Font Color

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

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


#ee028e Background Color

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

This div background color is #ee028e


#ee028e Border Color

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

This div border color is #ee028e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee028e


Comments

No comments written yet.

Please login to write comment.