Color Hex Logo

#ee76db Color Hex

#EE76DB
(238,118,219)
0 Favorites   0 Comments

Color spaces of #ee76db

RGB 238118219
HSL0.860.780.70
HSV310°50°93°
CMYK 0.000.500.08   0.07
XYZ54.524536.248571.1407
Yxy36.24850.33680.2239
Hunter Lab60.206756.2916-27.9128
CIE-Lab66.709458.9464-30.9442

#ee76db color RGB value is (238,118,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110110 11011011
Octal 356 166 333
Decimal 238 118 219
Hex EE 76 DB

RGB Percentages of Color #ee76db

%41.39
%20.52
%38.09

CMYK Percentages of Color #ee76db

%0
%50
%8
%7

Triadic Colors of #ee76db

#ee76db #dbee76 #76dbee

Analogous Colors of #ee76db

#ee76db #ee769f #c576ee

Monochromatic Colors of #ee76db

#ee76db

Complementary Color

#ee76db #76ee89

#ee76db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee76db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee76db Color CSS Codes

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

#ee76db Text Font Color

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

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


#ee76db Background Color

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

This div background color is #ee76db


#ee76db Border Color

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

This div border color is #ee76db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee76db


Comments

No comments written yet.

Please login to write comment.