Color Hex Logo

#e780ae Color Hex

#E780AE
(231,128,174)
0 Favorites   0 Comments

Color spaces of #e780ae

RGB 231128174
HSL0.930.680.70
HSV333°45°91°
CMYK 0.000.450.25   0.09
XYZ48.314135.483344.3469
Yxy35.48330.37700.2769
Hunter Lab59.567940.5334-2.4425
CIE-Lab66.123245.0594-6.6593

#e780ae color RGB value is (231,128,174).

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

The process color (four color CMYK) of #e780ae color hex is 0.00, 0.45, 0.25, 0.09. Web safe color of #e780ae is #ff9999. Color #e780ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000000 10101110
Octal 347 200 256
Decimal 231 128 174
Hex E7 80 AE

RGB Percentages of Color #e780ae

%43.34
%24.02
%32.65

CMYK Percentages of Color #e780ae

%0
%45
%25
%9

Triadic Colors of #e780ae

#e780ae #aee780 #80aee7

Analogous Colors of #e780ae

#e780ae #e78680 #e780e2

Monochromatic Colors of #e780ae

#e780ae

Complementary Color

#e780ae #80e7b9

#e780ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e780ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e780ae Color CSS Codes

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

#e780ae Text Font Color

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

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


#e780ae Background Color

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

This div background color is #e780ae


#e780ae Border Color

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

This div border color is #e780ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e780ae


Comments

No comments written yet.

Please login to write comment.