Color Hex Logo

#ee73db Color Hex

#EE73DB
(238,115,219)
1 Favorites   0 Comments

Color spaces of #ee73db

RGB 238115219
HSL0.860.780.69
HSV309°52°93°
CMYK 0.000.520.08   0.07
XYZ54.176835.553171.0248
Yxy35.55310.33700.2212
Hunter Lab59.626457.8396-28.8856
CIE-Lab66.177060.3559-31.7677

#ee73db color RGB value is (238,115,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110011 11011011
Octal 356 163 333
Decimal 238 115 219
Hex EE 73 DB

RGB Percentages of Color #ee73db

%41.61
%20.10
%38.29

CMYK Percentages of Color #ee73db

%0
%52
%8
%7

Triadic Colors of #ee73db

#ee73db #dbee73 #73dbee

Analogous Colors of #ee73db

#ee73db #ee739e #c473ee

Monochromatic Colors of #ee73db

#ee73db

Complementary Color

#ee73db #73ee86

#ee73db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee73db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee73db Color CSS Codes

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

#ee73db Text Font Color

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

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


#ee73db Background Color

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

This div background color is #ee73db


#ee73db Border Color

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

This div border color is #ee73db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee73db


Comments

No comments written yet.

Please login to write comment.