Color Hex Logo

#e94daf Color Hex

#E94DAF
(233,77,175)
0 Favorites   0 Comments

Color spaces of #e94daf

RGB 23377175
HSL0.900.780.61
HSV322°67°91°
CMYK 0.000.670.25   0.09
XYZ43.996025.726543.2043
Yxy25.72650.38960.2278
Hunter Lab50.721366.0698-14.9982
CIE-Lab57.776568.7756-19.7658

#e94daf color RGB value is (233,77,175).

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

The process color (four color CMYK) of #e94daf color hex is 0.00, 0.67, 0.25, 0.09. Web safe color of #e94daf is #ff6699. Color #e94daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001101 10101111
Octal 351 115 257
Decimal 233 77 175
Hex E9 4D AF

RGB Percentages of Color #e94daf

%48.04
%15.88
%36.08

CMYK Percentages of Color #e94daf

%0
%67
%25
%9

Triadic Colors of #e94daf

#e94daf #afe94d #4dafe9

Analogous Colors of #e94daf

#e94daf #e94d61 #d54de9

Monochromatic Colors of #e94daf

#e94daf

Complementary Color

#e94daf #4de987

#e94daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94daf Color CSS Codes

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

#e94daf Text Font Color

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

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


#e94daf Background Color

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

This div background color is #e94daf


#e94daf Border Color

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

This div border color is #e94daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94daf


Comments

No comments written yet.

Please login to write comment.