Color Hex Logo

#ee4dba Color Hex

#EE4DBA
(238,77,186)
0 Favorites   0 Comments

Color spaces of #ee4dba

RGB 23877186
HSL0.890.830.62
HSV319°68°93°
CMYK 0.000.680.22   0.07
XYZ46.776727.030149.2063
Yxy27.03010.38030.2197
Hunter Lab51.990569.6161-19.7216
CIE-Lab59.002271.4753-24.1653

#ee4dba color RGB value is (238,77,186).

#ee4dba hex color red value is 238, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ee4dba hue: 0.89 , saturation: 0.83 and the lightness value of ee4dba is 0.62.

The process color (four color CMYK) of #ee4dba color hex is 0.00, 0.68, 0.22, 0.07. Web safe color of #ee4dba is #ff66cc. Color #ee4dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001101 10111010
Octal 356 115 272
Decimal 238 77 186
Hex EE 4D BA

RGB Percentages of Color #ee4dba

%47.50
%15.37
%37.13

CMYK Percentages of Color #ee4dba

%0
%68
%22
%7

Triadic Colors of #ee4dba

#ee4dba #baee4d #4dbaee

Analogous Colors of #ee4dba

#ee4dba #ee4d6a #d24dee

Monochromatic Colors of #ee4dba

#ee4dba

Complementary Color

#ee4dba #4dee81

#ee4dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4dba Color CSS Codes

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

#ee4dba Text Font Color

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

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


#ee4dba Background Color

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

This div background color is #ee4dba


#ee4dba Border Color

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

This div border color is #ee4dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4dba


Comments

No comments written yet.

Please login to write comment.