Color Hex Logo

#ee2ebb Color Hex

#EE2EBB
(238,46,187)
0 Favorites   0 Comments

Color spaces of #ee2ebb

RGB 23846187
HSL0.880.850.56
HSV316°81°93°
CMYK 0.000.810.21   0.07
XYZ45.206523.719049.2093
Yxy23.71900.38270.2008
Hunter Lab48.702280.4592-25.8159
CIE-Lab55.805380.7873-29.6802

#ee2ebb color RGB value is (238,46,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101110 10111011
Octal 356 56 273
Decimal 238 46 187
Hex EE 2E BB

RGB Percentages of Color #ee2ebb

%50.53
%9.77
%39.70

CMYK Percentages of Color #ee2ebb

%0
%81
%21
%7

Triadic Colors of #ee2ebb

#ee2ebb #bbee2e #2ebbee

Analogous Colors of #ee2ebb

#ee2ebb #ee2e5b #c12eee

Monochromatic Colors of #ee2ebb

#ee2ebb

Complementary Color

#ee2ebb #2eee61

#ee2ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2ebb Color CSS Codes

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

#ee2ebb Text Font Color

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

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


#ee2ebb Background Color

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

This div background color is #ee2ebb


#ee2ebb Border Color

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

This div border color is #ee2ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2ebb


Comments

No comments written yet.

Please login to write comment.