Color Hex Logo

#ee028a Color Hex

#EE028A
(238,2,138)
0 Favorites   0 Comments

Color spaces of #ee028a

RGB 2382138
HSL0.900.980.47
HSV325°99°93°
CMYK 0.000.990.42   0.07
XYZ39.869020.055525.8145
Yxy20.05550.46500.2339
Hunter Lab44.783480.5412-2.8282
CIE-Lab51.899981.6129-6.7152

#ee028a color RGB value is (238,2,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000010 10001010
Octal 356 2 212
Decimal 238 2 138
Hex EE 2 8A

RGB Percentages of Color #ee028a

%62.96
%0.53
%36.51

CMYK Percentages of Color #ee028a

%0
%99
%42
%7

Triadic Colors of #ee028a

#ee028a #8aee02 #028aee

Analogous Colors of #ee028a

#ee028a #ee0214 #dc02ee

Monochromatic Colors of #ee028a

#ee028a

Complementary Color

#ee028a #02ee66

#ee028a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee028a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee028a Color CSS Codes

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

#ee028a Text Font Color

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

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


#ee028a Background Color

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

This div background color is #ee028a


#ee028a Border Color

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

This div border color is #ee028a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee028a


Comments

No comments written yet.

Please login to write comment.