Color Hex Logo

#e78baa Color Hex

#E78BAA
(231,139,170)
0 Favorites   0 Comments

Color spaces of #e78baa

RGB 231139170
HSL0.940.660.73
HSV340°40°91°
CMYK 0.000.400.26   0.09
XYZ49.443338.356442.8278
Yxy38.35640.37850.2936
Hunter Lab61.932534.12192.3524
CIE-Lab68.282538.8372-1.2239

#e78baa color RGB value is (231,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001011 10101010
Octal 347 213 252
Decimal 231 139 170
Hex E7 8B AA

RGB Percentages of Color #e78baa

%42.78
%25.74
%31.48

CMYK Percentages of Color #e78baa

%0
%40
%26
%9

Triadic Colors of #e78baa

#e78baa #aae78b #8baae7

Analogous Colors of #e78baa

#e78baa #e79a8b #e78bd8

Monochromatic Colors of #e78baa

#e78baa

Complementary Color

#e78baa #8be7c8

#e78baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78baa Color CSS Codes

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

#e78baa Text Font Color

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

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


#e78baa Background Color

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

This div background color is #e78baa


#e78baa Border Color

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

This div border color is #e78baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78baa


Comments

No comments written yet.

Please login to write comment.