Color Hex Logo

#e94dac Color Hex

#E94DAC
(233,77,172)
0 Favorites   0 Comments

Color spaces of #e94dac

RGB 23377172
HSL0.900.780.61
HSV323°67°91°
CMYK 0.000.670.26   0.09
XYZ43.704525.610041.6695
Yxy25.61000.39380.2308
Hunter Lab50.606365.5946-13.3953
CIE-Lab57.665068.4002-18.1968

#e94dac color RGB value is (233,77,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001101 10101100
Octal 351 115 254
Decimal 233 77 172
Hex E9 4D AC

RGB Percentages of Color #e94dac

%48.34
%15.98
%35.68

CMYK Percentages of Color #e94dac

%0
%67
%26
%9

Triadic Colors of #e94dac

#e94dac #ace94d #4dace9

Analogous Colors of #e94dac

#e94dac #e94d5e #d84de9

Monochromatic Colors of #e94dac

#e94dac

Complementary Color

#e94dac #4de98a

#e94dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94dac Color CSS Codes

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

#e94dac Text Font Color

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

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


#e94dac Background Color

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

This div background color is #e94dac


#e94dac Border Color

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

This div border color is #e94dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94dac


Comments

No comments written yet.

Please login to write comment.