Color Hex Logo

#e689aa Color Hex

#E689AA
(230,137,170)
0 Favorites   0 Comments

Color spaces of #e689aa

RGB 230137170
HSL0.940.650.72
HSV339°40°90°
CMYK 0.000.400.26   0.10
XYZ48.834537.616642.7171
Yxy37.61660.37810.2912
Hunter Lab61.332434.79491.6380
CIE-Lab67.737139.5307-2.0379

#e689aa color RGB value is (230,137,170).

#e689aa hex color red value is 230, green value is 137 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e689aa hue: 0.94 , saturation: 0.65 and the lightness value of e689aa is 0.72.

The process color (four color CMYK) of #e689aa color hex is 0.00, 0.40, 0.26, 0.10. Web safe color of #e689aa is #ff9999. Color #e689aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001001 10101010
Octal 346 211 252
Decimal 230 137 170
Hex E6 89 AA

RGB Percentages of Color #e689aa

%42.83
%25.51
%31.66

CMYK Percentages of Color #e689aa

%0
%40
%26
%10

Triadic Colors of #e689aa

#e689aa #aae689 #89aae6

Analogous Colors of #e689aa

#e689aa #e69789 #e689d9

Monochromatic Colors of #e689aa

#e689aa

Complementary Color

#e689aa #89e6c5

#e689aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e689aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e689aa Color CSS Codes

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

#e689aa Text Font Color

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

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


#e689aa Background Color

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

This div background color is #e689aa


#e689aa Border Color

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

This div border color is #e689aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e689aa


Comments

No comments written yet.

Please login to write comment.