Color Hex Logo

#ee94db Color Hex

#EE94DB
(238,148,219)
0 Favorites   0 Comments

Color spaces of #ee94db

RGB 238148219
HSL0.870.730.76
HSV313°38°93°
CMYK 0.000.380.08   0.07
XYZ58.636044.471472.5112
Yxy44.47140.33390.2532
Hunter Lab66.686940.2483-17.7875
CIE-Lab72.542543.9943-21.9945

#ee94db color RGB value is (238,148,219).

#ee94db hex color red value is 238, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ee94db hue: 0.87 , saturation: 0.73 and the lightness value of ee94db is 0.76.

The process color (four color CMYK) of #ee94db color hex is 0.00, 0.38, 0.08, 0.07. Web safe color of #ee94db is #ff99cc. Color #ee94db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 11011011
Octal 356 224 333
Decimal 238 148 219
Hex EE 94 DB

RGB Percentages of Color #ee94db

%39.34
%24.46
%36.20

CMYK Percentages of Color #ee94db

%0
%38
%8
%7

Triadic Colors of #ee94db

#ee94db #dbee94 #94dbee

Analogous Colors of #ee94db

#ee94db #ee94ae #d494ee

Monochromatic Colors of #ee94db

#ee94db

Complementary Color

#ee94db #94eea7

#ee94db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee94db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee94db Color CSS Codes

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

#ee94db Text Font Color

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

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


#ee94db Background Color

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

This div background color is #ee94db


#ee94db Border Color

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

This div border color is #ee94db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee94db


Comments

No comments written yet.

Please login to write comment.