Color Hex Logo

#e78fab Color Hex

#E78FAB
(231,143,171)
0 Favorites   0 Comments

Color spaces of #e78fab

RGB 231143171
HSL0.950.650.73
HSV341°38°91°
CMYK 0.000.380.26   0.09
XYZ50.128139.574143.5246
Yxy39.57410.37630.2970
Hunter Lab62.907932.14853.0141
CIE-Lab69.165136.8807-0.4926

#e78fab color RGB value is (231,143,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001111 10101011
Octal 347 217 253
Decimal 231 143 171
Hex E7 8F AB

RGB Percentages of Color #e78fab

%42.39
%26.24
%31.38

CMYK Percentages of Color #e78fab

%0
%38
%26
%9

Triadic Colors of #e78fab

#e78fab #abe78f #8fabe7

Analogous Colors of #e78fab

#e78fab #e79f8f #e78fd7

Monochromatic Colors of #e78fab

#e78fab

Complementary Color

#e78fab #8fe7cb

#e78fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78fab Color CSS Codes

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

#e78fab Text Font Color

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

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


#e78fab Background Color

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

This div background color is #e78fab


#e78fab Border Color

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

This div border color is #e78fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78fab


Comments

No comments written yet.

Please login to write comment.