Color Hex Logo

#e680ae Color Hex

#E680AE
(230,128,174)
0 Favorites   0 Comments

Color spaces of #e680ae

RGB 230128174
HSL0.920.670.70
HSV333°44°90°
CMYK 0.000.440.24   0.10
XYZ47.992335.317344.3319
Yxy35.31730.37600.2767
Hunter Lab59.428440.1508-2.6288
CIE-Lab65.995044.7244-6.8637

#e680ae color RGB value is (230,128,174).

#e680ae hex color red value is 230, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e680ae hue: 0.92 , saturation: 0.67 and the lightness value of e680ae is 0.70.

The process color (four color CMYK) of #e680ae color hex is 0.00, 0.44, 0.24, 0.10. Web safe color of #e680ae is #ff9999. Color #e680ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 10101110
Octal 346 200 256
Decimal 230 128 174
Hex E6 80 AE

RGB Percentages of Color #e680ae

%43.23
%24.06
%32.71

CMYK Percentages of Color #e680ae

%0
%44
%24
%10

Triadic Colors of #e680ae

#e680ae #aee680 #80aee6

Analogous Colors of #e680ae

#e680ae #e68580 #e680e1

Monochromatic Colors of #e680ae

#e680ae

Complementary Color

#e680ae #80e6b8

#e680ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e680ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e680ae Color CSS Codes

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

#e680ae Text Font Color

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

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


#e680ae Background Color

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

This div background color is #e680ae


#e680ae Border Color

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

This div border color is #e680ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e680ae


Comments

No comments written yet.

Please login to write comment.