Color Hex Logo

#e979ae Color Hex

#E979AE
(233,121,174)
0 Favorites   0 Comments

Color spaces of #e979ae

RGB 233121174
HSL0.920.720.69
HSV332°48°91°
CMYK 0.000.480.25   0.09
XYZ48.081634.054444.0834
Yxy34.05440.38090.2698
Hunter Lab58.356144.9489-3.9395
CIE-Lab65.005749.2351-8.2918

#e979ae color RGB value is (233,121,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111001 10101110
Octal 351 171 256
Decimal 233 121 174
Hex E9 79 AE

RGB Percentages of Color #e979ae

%44.13
%22.92
%32.95

CMYK Percentages of Color #e979ae

%0
%48
%25
%9

Triadic Colors of #e979ae

#e979ae #aee979 #79aee9

Analogous Colors of #e979ae

#e979ae #e97c79 #e979e6

Monochromatic Colors of #e979ae

#e979ae

Complementary Color

#e979ae #79e9b4

#e979ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e979ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e979ae Color CSS Codes

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

#e979ae Text Font Color

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

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


#e979ae Background Color

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

This div background color is #e979ae


#e979ae Border Color

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

This div border color is #e979ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e979ae


Comments

No comments written yet.

Please login to write comment.