Color Hex Logo

#e769aa Color Hex

#E769AA
(231,105,170)
0 Favorites   0 Comments

Color spaces of #e769aa

RGB 231105170
HSL0.910.720.66
HSV329°55°91°
CMYK 0.000.550.26   0.09
XYZ45.262329.994441.4341
Yxy29.99440.38790.2570
Hunter Lab54.767151.6788-6.5189
CIE-Lab61.649455.7579-11.0532

#e769aa color RGB value is (231,105,170).

#e769aa hex color red value is 231, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e769aa hue: 0.91 , saturation: 0.72 and the lightness value of e769aa is 0.66.

The process color (four color CMYK) of #e769aa color hex is 0.00, 0.55, 0.26, 0.09. Web safe color of #e769aa is #ff6699. Color #e769aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101001 10101010
Octal 347 151 252
Decimal 231 105 170
Hex E7 69 AA

RGB Percentages of Color #e769aa

%45.65
%20.75
%33.60

CMYK Percentages of Color #e769aa

%0
%55
%26
%9

Triadic Colors of #e769aa

#e769aa #aae769 #69aae7

Analogous Colors of #e769aa

#e769aa #e7696b #e569e7

Monochromatic Colors of #e769aa

#e769aa

Complementary Color

#e769aa #69e7a6

#e769aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e769aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e769aa Color CSS Codes

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

#e769aa Text Font Color

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

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


#e769aa Background Color

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

This div background color is #e769aa


#e769aa Border Color

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

This div border color is #e769aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e769aa


Comments

No comments written yet.

Please login to write comment.