Color Hex Logo

#e78cab Color Hex

#E78CAB
(231,140,171)
0 Favorites   0 Comments

Color spaces of #e78cab

RGB 231140171
HSL0.940.650.73
HSV340°39°91°
CMYK 0.000.390.26   0.09
XYZ49.683838.685443.3765
Yxy38.68540.37710.2936
Hunter Lab62.197633.74112.1896
CIE-Lab68.522838.4524-1.4328

#e78cab color RGB value is (231,140,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 10101011
Octal 347 214 253
Decimal 231 140 171
Hex E7 8C AB

RGB Percentages of Color #e78cab

%42.62
%25.83
%31.55

CMYK Percentages of Color #e78cab

%0
%39
%26
%9

Triadic Colors of #e78cab

#e78cab #abe78c #8cabe7

Analogous Colors of #e78cab

#e78cab #e79b8c #e78cd9

Monochromatic Colors of #e78cab

#e78cab

Complementary Color

#e78cab #8ce7c8

#e78cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78cab Color CSS Codes

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

#e78cab Text Font Color

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

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


#e78cab Background Color

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

This div background color is #e78cab


#e78cab Border Color

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

This div border color is #e78cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78cab


Comments

No comments written yet.

Please login to write comment.