Color Hex Logo

#e94c9a Color Hex

#E94C9A
(233,76,154)
0 Favorites   0 Comments

Color spaces of #e94c9a

RGB 23376154
HSL0.920.780.61
HSV330°67°91°
CMYK 0.000.670.34   0.09
XYZ42.021424.825633.1489
Yxy24.82560.42020.2483
Hunter Lab49.825363.3481-4.5681
CIE-Lab56.905166.6566-8.8462

#e94c9a color RGB value is (233,76,154).

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

The process color (four color CMYK) of #e94c9a color hex is 0.00, 0.67, 0.34, 0.09. Web safe color of #e94c9a is #ff3399. Color #e94c9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001100 10011010
Octal 351 114 232
Decimal 233 76 154
Hex E9 4C 9A

RGB Percentages of Color #e94c9a

%50.32
%16.41
%33.26

CMYK Percentages of Color #e94c9a

%0
%67
%34
%9

Triadic Colors of #e94c9a

#e94c9a #9ae94c #4c9ae9

Analogous Colors of #e94c9a

#e94c9a #e94c4c #e94ce9

Monochromatic Colors of #e94c9a

#e94c9a

Complementary Color

#e94c9a #4ce99b

#e94c9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94c9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94c9a Color CSS Codes

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

#e94c9a Text Font Color

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

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


#e94c9a Background Color

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

This div background color is #e94c9a


#e94c9a Border Color

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

This div border color is #e94c9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94c9a


Comments

No comments written yet.

Please login to write comment.