Color Hex Logo

#e994db Color Hex

#E994DB
(233,148,219)
0 Favorites   0 Comments

Color spaces of #e994db

RGB 233148219
HSL0.860.660.75
HSV310°36°91°
CMYK 0.000.360.06   0.09
XYZ56.980443.617972.4337
Yxy43.61790.32930.2521
Hunter Lab66.043838.4270-18.7957
CIE-Lab71.972442.4073-22.9152

#e994db color RGB value is (233,148,219).

#e994db hex color red value is 233, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e994db hue: 0.86 , saturation: 0.66 and the lightness value of e994db is 0.75.

The process color (four color CMYK) of #e994db color hex is 0.00, 0.36, 0.06, 0.09. Web safe color of #e994db is #ff99cc. Color #e994db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010100 11011011
Octal 351 224 333
Decimal 233 148 219
Hex E9 94 DB

RGB Percentages of Color #e994db

%38.83
%24.67
%36.50

CMYK Percentages of Color #e994db

%0
%36
%6
%9

Triadic Colors of #e994db

#e994db #dbe994 #94dbe9

Analogous Colors of #e994db

#e994db #e994b1 #cd94e9

Monochromatic Colors of #e994db

#e994db

Complementary Color

#e994db #94e9a2

#e994db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e994db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e994db Color CSS Codes

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

#e994db Text Font Color

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

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


#e994db Background Color

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

This div background color is #e994db


#e994db Border Color

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

This div border color is #e994db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e994db


Comments

No comments written yet.

Please login to write comment.