Color Hex Logo

#ee2bbf Color Hex

#EE2BBF
(238,43,191)
0 Favorites   0 Comments

Color spaces of #ee2bbf

RGB 23843191
HSL0.870.850.55
HSV314°82°93°
CMYK 0.000.820.20   0.07
XYZ45.527723.666551.4587
Yxy23.66650.37730.1962
Hunter Lab48.648281.9158-28.6615
CIE-Lab55.752381.9380-32.0755

#ee2bbf color RGB value is (238,43,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101011 10111111
Octal 356 53 277
Decimal 238 43 191
Hex EE 2B BF

RGB Percentages of Color #ee2bbf

%50.42
%9.11
%40.47

CMYK Percentages of Color #ee2bbf

%0
%82
%20
%7

Triadic Colors of #ee2bbf

#ee2bbf #bfee2b #2bbfee

Analogous Colors of #ee2bbf

#ee2bbf #ee2b5e #bc2bee

Monochromatic Colors of #ee2bbf

#ee2bbf

Complementary Color

#ee2bbf #2bee5a

#ee2bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2bbf Color CSS Codes

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

#ee2bbf Text Font Color

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

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


#ee2bbf Background Color

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

This div background color is #ee2bbf


#ee2bbf Border Color

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

This div border color is #ee2bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2bbf


Comments

No comments written yet.

Please login to write comment.