Color Hex Logo

#e79aed Color Hex

#E79AED
(231,154,237)
0 Favorites   0 Comments

Color spaces of #e79aed

RGB 231154237
HSL0.820.700.77
HSV296°35°93°
CMYK 0.030.350.00   0.07
XYZ59.796746.214685.8894
Yxy46.21460.31160.2408
Hunter Lab67.981338.0422-27.3216
CIE-Lab73.684641.8616-30.1663

#e79aed color RGB value is (231,154,237).

#e79aed hex color red value is 231, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e79aed hue: 0.82 , saturation: 0.70 and the lightness value of e79aed is 0.77.

The process color (four color CMYK) of #e79aed color hex is 0.03, 0.35, 0.00, 0.07. Web safe color of #e79aed is #ff99ff. Color #e79aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011010 11101101
Octal 347 232 355
Decimal 231 154 237
Hex E7 9A ED

RGB Percentages of Color #e79aed

%37.14
%24.76
%38.10

CMYK Percentages of Color #e79aed

%3
%35
%0
%7

Triadic Colors of #e79aed

#e79aed #ede79a #9aede7

Analogous Colors of #e79aed

#e79aed #ed9aca #be9aed

Monochromatic Colors of #e79aed

#e79aed

Complementary Color

#e79aed #a0ed9a

#e79aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79aed Color CSS Codes

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

#e79aed Text Font Color

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

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


#e79aed Background Color

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

This div background color is #e79aed


#e79aed Border Color

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

This div border color is #e79aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,154,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e79aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e79aed;
  -webkit-box-shadow: 1px 1px 3px 2px #e79aed;
  box-shadow:         1px 1px 3px 2px #e79aed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,154,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79aed


Comments

No comments written yet.

Please login to write comment.