Color Hex Logo

#ee2dbb Color Hex

#EE2DBB
(238,45,187)
0 Favorites   0 Comments

Color spaces of #ee2dbb

RGB 23845187
HSL0.880.850.55
HSV316°81°93°
CMYK 0.000.810.21   0.07
XYZ45.167923.641849.1964
Yxy23.64180.38280.2003
Hunter Lab48.622880.7266-25.9534
CIE-Lab55.727481.0123-29.8013

#ee2dbb color RGB value is (238,45,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101101 10111011
Octal 356 55 273
Decimal 238 45 187
Hex EE 2D BB

RGB Percentages of Color #ee2dbb

%50.64
%9.57
%39.79

CMYK Percentages of Color #ee2dbb

%0
%81
%21
%7

Triadic Colors of #ee2dbb

#ee2dbb #bbee2d #2dbbee

Analogous Colors of #ee2dbb

#ee2dbb #ee2d5a #c12dee

Monochromatic Colors of #ee2dbb

#ee2dbb

Complementary Color

#ee2dbb #2dee60

#ee2dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2dbb Color CSS Codes

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

#ee2dbb Text Font Color

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

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


#ee2dbb Background Color

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

This div background color is #ee2dbb


#ee2dbb Border Color

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

This div border color is #ee2dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,45,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 #ee2dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2dbb


Comments

No comments written yet.

Please login to write comment.