Color Hex Logo

#e78aae Color Hex

#E78AAE
(231,138,174)
0 Favorites   0 Comments

Color spaces of #e78aae

RGB 231138174
HSL0.940.660.72
HSV337°40°91°
CMYK 0.000.400.25   0.09
XYZ49.683538.221944.8034
Yxy38.22190.37440.2880
Hunter Lab61.823935.25620.3096
CIE-Lab68.183839.9125-3.6134

#e78aae color RGB value is (231,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001010 10101110
Octal 347 212 256
Decimal 231 138 174
Hex E7 8A AE

RGB Percentages of Color #e78aae

%42.54
%25.41
%32.04

CMYK Percentages of Color #e78aae

%0
%40
%25
%9

Triadic Colors of #e78aae

#e78aae #aee78a #8aaee7

Analogous Colors of #e78aae

#e78aae #e7958a #e78add

Monochromatic Colors of #e78aae

#e78aae

Complementary Color

#e78aae #8ae7c3

#e78aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78aae Color CSS Codes

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

#e78aae Text Font Color

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

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


#e78aae Background Color

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

This div background color is #e78aae


#e78aae Border Color

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

This div border color is #e78aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78aae


Comments

No comments written yet.

Please login to write comment.