Color Hex Logo

#e976ae Color Hex

#E976AE
(233,118,174)
0 Favorites   0 Comments

Color spaces of #e976ae

RGB 233118174
HSL0.920.720.69
HSV331°49°91°
CMYK 0.000.490.25   0.09
XYZ47.722733.336543.9637
Yxy33.33650.38170.2666
Hunter Lab57.737846.4967-4.7292
CIE-Lab64.432550.7124-9.1461

#e976ae color RGB value is (233,118,174).

#e976ae hex color red value is 233, green value is 118 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e976ae hue: 0.92 , saturation: 0.72 and the lightness value of e976ae is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110110 10101110
Octal 351 166 256
Decimal 233 118 174
Hex E9 76 AE

RGB Percentages of Color #e976ae

%44.38
%22.48
%33.14

CMYK Percentages of Color #e976ae

%0
%49
%25
%9

Triadic Colors of #e976ae

#e976ae #aee976 #76aee9

Analogous Colors of #e976ae

#e976ae #e97876 #e976e8

Monochromatic Colors of #e976ae

#e976ae

Complementary Color

#e976ae #76e9b1

#e976ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e976ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e976ae Color CSS Codes

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

#e976ae Text Font Color

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

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


#e976ae Background Color

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

This div background color is #e976ae


#e976ae Border Color

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

This div border color is #e976ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e976ae


Comments

No comments written yet.

Please login to write comment.