Color Hex Logo

#e94dde Color Hex

#E94DDE
(233,77,222)
0 Favorites   0 Comments

Color spaces of #e94dde

RGB 23377222
HSL0.850.780.61
HSV304°67°91°
CMYK 0.000.670.05   0.09
XYZ49.443027.905371.8876
Yxy27.90530.33130.1870
Hunter Lab52.825574.6259-43.7070
CIE-Lab59.803175.3855-43.4568

#e94dde color RGB value is (233,77,222).

#e94dde hex color red value is 233, green value is 77 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e94dde hue: 0.85 , saturation: 0.78 and the lightness value of e94dde is 0.61.

The process color (four color CMYK) of #e94dde color hex is 0.00, 0.67, 0.05, 0.09. Web safe color of #e94dde is #ff66cc. Color #e94dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001101 11011110
Octal 351 115 336
Decimal 233 77 222
Hex E9 4D DE

RGB Percentages of Color #e94dde

%43.80
%14.47
%41.73

CMYK Percentages of Color #e94dde

%0
%67
%5
%9

Triadic Colors of #e94dde

#e94dde #dee94d #4ddee9

Analogous Colors of #e94dde

#e94dde #e94d90 #a64de9

Monochromatic Colors of #e94dde

#e94dde

Complementary Color

#e94dde #4de958

#e94dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94dde Color CSS Codes

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

#e94dde Text Font Color

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

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


#e94dde Background Color

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

This div background color is #e94dde


#e94dde Border Color

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

This div border color is #e94dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,77,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94dde


Comments

No comments written yet.

Please login to write comment.