Color Hex Logo

#e979af Color Hex

#E979AF
(233,121,175)
0 Favorites   0 Comments

Color spaces of #e979af

RGB 233121175
HSL0.920.720.69
HSV331°48°91°
CMYK 0.000.480.25   0.09
XYZ48.179534.093544.5988
Yxy34.09350.37970.2687
Hunter Lab58.389645.1052-4.4138
CIE-Lab65.036749.3717-8.8127

#e979af color RGB value is (233,121,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111001 10101111
Octal 351 171 257
Decimal 233 121 175
Hex E9 79 AF

RGB Percentages of Color #e979af

%44.05
%22.87
%33.08

CMYK Percentages of Color #e979af

%0
%48
%25
%9

Triadic Colors of #e979af

#e979af #afe979 #79afe9

Analogous Colors of #e979af

#e979af #e97b79 #e979e7

Monochromatic Colors of #e979af

#e979af

Complementary Color

#e979af #79e9b3

#e979af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e979af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e979af Color CSS Codes

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

#e979af Text Font Color

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

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


#e979af Background Color

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

This div background color is #e979af


#e979af Border Color

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

This div border color is #e979af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e979af


Comments

No comments written yet.

Please login to write comment.