Color Hex Logo

#e78dab Color Hex

#E78DAB
(231,141,171)
0 Favorites   0 Comments

Color spaces of #e78dab

RGB 231141171
HSL0.940.650.73
HSV340°39°91°
CMYK 0.000.390.26   0.09
XYZ49.830638.979043.4254
Yxy38.97900.37680.2948
Hunter Lab62.433233.21052.4640
CIE-Lab68.736137.9294-1.1203

#e78dab color RGB value is (231,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001101 10101011
Octal 347 215 253
Decimal 231 141 171
Hex E7 8D AB

RGB Percentages of Color #e78dab

%42.54
%25.97
%31.49

CMYK Percentages of Color #e78dab

%0
%39
%26
%9

Triadic Colors of #e78dab

#e78dab #abe78d #8dabe7

Analogous Colors of #e78dab

#e78dab #e79c8d #e78dd8

Monochromatic Colors of #e78dab

#e78dab

Complementary Color

#e78dab #8de7c9

#e78dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78dab Color CSS Codes

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

#e78dab Text Font Color

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

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


#e78dab Background Color

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

This div background color is #e78dab


#e78dab Border Color

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

This div border color is #e78dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78dab


Comments

No comments written yet.

Please login to write comment.