Color Hex Logo

#ee78bb Color Hex

#EE78BB
(238,120,187)
0 Favorites   0 Comments

Color spaces of #ee78bb

RGB 238120187
HSL0.910.780.70
HSV326°50°93°
CMYK 0.000.500.21   0.07
XYZ50.946035.197951.1224
Yxy35.19790.37110.2564
Hunter Lab59.327849.4579-9.5603
CIE-Lab65.902553.1291-14.2352

#ee78bb color RGB value is (238,120,187).

#ee78bb hex color red value is 238, green value is 120 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ee78bb hue: 0.91 , saturation: 0.78 and the lightness value of ee78bb is 0.70.

The process color (four color CMYK) of #ee78bb color hex is 0.00, 0.50, 0.21, 0.07. Web safe color of #ee78bb is #ff66cc. Color #ee78bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111000 10111011
Octal 356 170 273
Decimal 238 120 187
Hex EE 78 BB

RGB Percentages of Color #ee78bb

%43.67
%22.02
%34.31

CMYK Percentages of Color #ee78bb

%0
%50
%21
%7

Triadic Colors of #ee78bb

#ee78bb #bbee78 #78bbee

Analogous Colors of #ee78bb

#ee78bb #ee7880 #e678ee

Monochromatic Colors of #ee78bb

#ee78bb

Complementary Color

#ee78bb #78eeab

#ee78bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee78bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee78bb Color CSS Codes

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

#ee78bb Text Font Color

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

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


#ee78bb Background Color

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

This div background color is #ee78bb


#ee78bb Border Color

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

This div border color is #ee78bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee78bb


Comments

No comments written yet.

Please login to write comment.