Color Hex Logo

#e94eae Color Hex

#E94EAE
(233,78,174)
0 Favorites   0 Comments

Color spaces of #e94eae

RGB 23378174
HSL0.900.780.61
HSV323°67°91°
CMYK 0.000.670.25   0.09
XYZ43.968625.828442.7124
Yxy25.82840.39080.2296
Hunter Lab50.821665.4923-14.2544
CIE-Lab57.873868.2760-19.0382

#e94eae color RGB value is (233,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001110 10101110
Octal 351 116 256
Decimal 233 78 174
Hex E9 4E AE

RGB Percentages of Color #e94eae

%48.04
%16.08
%35.88

CMYK Percentages of Color #e94eae

%0
%67
%25
%9

Triadic Colors of #e94eae

#e94eae #aee94e #4eaee9

Analogous Colors of #e94eae

#e94eae #e94e61 #d74ee9

Monochromatic Colors of #e94eae

#e94eae

Complementary Color

#e94eae #4ee989

#e94eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94eae Color CSS Codes

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

#e94eae Text Font Color

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

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


#e94eae Background Color

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

This div background color is #e94eae


#e94eae Border Color

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

This div border color is #e94eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94eae


Comments

No comments written yet.

Please login to write comment.