Color Hex Logo

#e279aa Color Hex

#E279AA
(226,121,170)
0 Favorites   0 Comments

Color spaces of #e279aa

RGB 226121170
HSL0.920.640.68
HSV332°46°89°
CMYK 0.000.460.25   0.11
XYZ45.457132.745841.9549
Yxy32.74580.37830.2725
Hunter Lab57.223941.6535-3.4129
CIE-Lab63.954646.3812-7.6835

#e279aa color RGB value is (226,121,170).

#e279aa hex color red value is 226, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e279aa hue: 0.92 , saturation: 0.64 and the lightness value of e279aa is 0.68.

The process color (four color CMYK) of #e279aa color hex is 0.00, 0.46, 0.25, 0.11. Web safe color of #e279aa is #cc6699. Color #e279aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111001 10101010
Octal 342 171 252
Decimal 226 121 170
Hex E2 79 AA

RGB Percentages of Color #e279aa

%43.71
%23.40
%32.88

CMYK Percentages of Color #e279aa

%0
%46
%25
%11

Triadic Colors of #e279aa

#e279aa #aae279 #79aae2

Analogous Colors of #e279aa

#e279aa #e27d79 #e279df

Monochromatic Colors of #e279aa

#e279aa

Complementary Color

#e279aa #79e2b1

#e279aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e279aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e279aa Color CSS Codes

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

#e279aa Text Font Color

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

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


#e279aa Background Color

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

This div background color is #e279aa


#e279aa Border Color

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

This div border color is #e279aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e279aa


Comments

No comments written yet.

Please login to write comment.