Color Hex Logo

#e78aac Color Hex

#E78AAC
(231,138,172)
0 Favorites   0 Comments

Color spaces of #e78aac

RGB 231138172
HSL0.940.660.72
HSV338°40°91°
CMYK 0.000.400.26   0.09
XYZ49.489938.144443.7839
Yxy38.14440.37660.2903
Hunter Lab61.761234.95201.2008
CIE-Lab68.126939.6340-2.5746

#e78aac color RGB value is (231,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001010 10101100
Octal 347 212 254
Decimal 231 138 172
Hex E7 8A AC

RGB Percentages of Color #e78aac

%42.70
%25.51
%31.79

CMYK Percentages of Color #e78aac

%0
%40
%26
%9

Triadic Colors of #e78aac

#e78aac #ace78a #8aace7

Analogous Colors of #e78aac

#e78aac #e7978a #e78adb

Monochromatic Colors of #e78aac

#e78aac

Complementary Color

#e78aac #8ae7c5

#e78aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78aac Color CSS Codes

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

#e78aac Text Font Color

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

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


#e78aac Background Color

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

This div background color is #e78aac


#e78aac Border Color

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

This div border color is #e78aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,138,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e78aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78aac


Comments

No comments written yet.

Please login to write comment.