Color Hex Logo

#e769ae Color Hex

#E769AE
(231,105,174)
0 Favorites   0 Comments

Color spaces of #e769ae

RGB 231105174
HSL0.910.720.66
HSV327°55°91°
CMYK 0.000.550.25   0.09
XYZ45.646630.148143.4577
Yxy30.14810.38280.2528
Hunter Lab54.907352.3064-8.4914
CIE-Lab61.781856.2891-13.1469

#e769ae color RGB value is (231,105,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101001 10101110
Octal 347 151 256
Decimal 231 105 174
Hex E7 69 AE

RGB Percentages of Color #e769ae

%45.29
%20.59
%34.12

CMYK Percentages of Color #e769ae

%0
%55
%25
%9

Triadic Colors of #e769ae

#e769ae #aee769 #69aee7

Analogous Colors of #e769ae

#e769ae #e7696f #e169e7

Monochromatic Colors of #e769ae

#e769ae

Complementary Color

#e769ae #69e7a2

#e769ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e769ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e769ae Color CSS Codes

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

#e769ae Text Font Color

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

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


#e769ae Background Color

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

This div background color is #e769ae


#e769ae Border Color

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

This div border color is #e769ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e769ae


Comments

No comments written yet.

Please login to write comment.