Color Hex Logo

#ee2dbe Color Hex

#EE2DBE
(238,45,190)
0 Favorites   0 Comments

Color spaces of #ee2dbe

RGB 23845190
HSL0.870.850.55
HSV315°81°93°
CMYK 0.000.810.20   0.07
XYZ45.492523.771650.9059
Yxy23.77160.37860.1978
Hunter Lab48.756181.2284-27.7749
CIE-Lab55.858481.3800-31.3328

#ee2dbe color RGB value is (238,45,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101101 10111110
Octal 356 55 276
Decimal 238 45 190
Hex EE 2D BE

RGB Percentages of Color #ee2dbe

%50.32
%9.51
%40.17

CMYK Percentages of Color #ee2dbe

%0
%81
%20
%7

Triadic Colors of #ee2dbe

#ee2dbe #beee2d #2dbeee

Analogous Colors of #ee2dbe

#ee2dbe #ee2d5d #be2dee

Monochromatic Colors of #ee2dbe

#ee2dbe

Complementary Color

#ee2dbe #2dee5d

#ee2dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2dbe Color CSS Codes

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

#ee2dbe Text Font Color

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

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


#ee2dbe Background Color

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

This div background color is #ee2dbe


#ee2dbe Border Color

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

This div border color is #ee2dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2dbe


Comments

No comments written yet.

Please login to write comment.