Color Hex Logo

#e94fae Color Hex

#E94FAE
(233,79,174)
0 Favorites   0 Comments

Color spaces of #e94fae

RGB 23379174
HSL0.900.780.61
HSV323°66°91°
CMYK 0.000.660.25   0.09
XYZ44.040225.971642.7362
Yxy25.97160.39060.2304
Hunter Lab50.962365.0705-14.0460
CIE-Lab58.010167.8984-18.8304

#e94fae color RGB value is (233,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001111 10101110
Octal 351 117 256
Decimal 233 79 174
Hex E9 4F AE

RGB Percentages of Color #e94fae

%47.94
%16.26
%35.80

CMYK Percentages of Color #e94fae

%0
%66
%25
%9

Triadic Colors of #e94fae

#e94fae #aee94f #4faee9

Analogous Colors of #e94fae

#e94fae #e94f61 #d74fe9

Monochromatic Colors of #e94fae

#e94fae

Complementary Color

#e94fae #4fe98a

#e94fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94fae Color CSS Codes

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

#e94fae Text Font Color

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

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


#e94fae Background Color

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

This div background color is #e94fae


#e94fae Border Color

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

This div border color is #e94fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,79,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 #e94fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94fae


Comments

No comments written yet.

Please login to write comment.