Color Hex Logo

#ee2abc Color Hex

#EE2ABC
(238,42,188)
0 Favorites   0 Comments

Color spaces of #ee2abc

RGB 23842188
HSL0.880.850.55
HSV315°82°93°
CMYK 0.000.820.21   0.07
XYZ45.165023.463949.7255
Yxy23.46390.38160.1983
Hunter Lab48.439581.6641-26.9563
CIE-Lab55.547081.7814-30.6605

#ee2abc color RGB value is (238,42,188).

#ee2abc hex color red value is 238, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ee2abc hue: 0.88 , saturation: 0.85 and the lightness value of ee2abc is 0.55.

The process color (four color CMYK) of #ee2abc color hex is 0.00, 0.82, 0.21, 0.07. Web safe color of #ee2abc is #ff33cc. Color #ee2abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101010 10111100
Octal 356 52 274
Decimal 238 42 188
Hex EE 2A BC

RGB Percentages of Color #ee2abc

%50.85
%8.97
%40.17

CMYK Percentages of Color #ee2abc

%0
%82
%21
%7

Triadic Colors of #ee2abc

#ee2abc #bcee2a #2abcee

Analogous Colors of #ee2abc

#ee2abc #ee2a5a #be2aee

Monochromatic Colors of #ee2abc

#ee2abc

Complementary Color

#ee2abc #2aee5c

#ee2abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2abc Color CSS Codes

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

#ee2abc Text Font Color

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

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


#ee2abc Background Color

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

This div background color is #ee2abc


#ee2abc Border Color

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

This div border color is #ee2abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2abc


Comments

No comments written yet.

Please login to write comment.