Color Hex Logo

#e78abc Color Hex

#E78ABC
(231,138,188)
0 Favorites   0 Comments

Color spaces of #e78abc

RGB 231138188
HSL0.910.660.72
HSV328°40°91°
CMYK 0.000.400.19   0.09
XYZ51.120638.796752.3711
Yxy38.79670.35930.2727
Hunter Lab62.287037.4975-6.2503
CIE-Lab68.603741.9491-10.8332

#e78abc color RGB value is (231,138,188).

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

The process color (four color CMYK) of #e78abc color hex is 0.00, 0.40, 0.19, 0.09. Web safe color of #e78abc is #ff99cc. Color #e78abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001010 10111100
Octal 347 212 274
Decimal 231 138 188
Hex E7 8A BC

RGB Percentages of Color #e78abc

%41.47
%24.78
%33.75

CMYK Percentages of Color #e78abc

%0
%40
%19
%9

Triadic Colors of #e78abc

#e78abc #bce78a #8abce7

Analogous Colors of #e78abc

#e78abc #e78a8e #e48ae7

Monochromatic Colors of #e78abc

#e78abc

Complementary Color

#e78abc #8ae7b5

#e78abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78abc Color CSS Codes

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

#e78abc Text Font Color

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

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


#e78abc Background Color

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

This div background color is #e78abc


#e78abc Border Color

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

This div border color is #e78abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78abc


Comments

No comments written yet.

Please login to write comment.