Color Hex Logo

#e78fba Color Hex

#E78FBA
(231,143,186)
0 Favorites   0 Comments

Color spaces of #e78fba

RGB 231143186
HSL0.920.650.73
HSV331°38°91°
CMYK 0.000.380.19   0.09
XYZ51.640440.179051.4880
Yxy40.17900.36030.2804
Hunter Lab63.386934.4943-3.7893
CIE-Lab69.596839.0421-8.2352

#e78fba color RGB value is (231,143,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001111 10111010
Octal 347 217 272
Decimal 231 143 186
Hex E7 8F BA

RGB Percentages of Color #e78fba

%41.25
%25.54
%33.21

CMYK Percentages of Color #e78fba

%0
%38
%19
%9

Triadic Colors of #e78fba

#e78fba #bae78f #8fbae7

Analogous Colors of #e78fba

#e78fba #e7908f #e78fe6

Monochromatic Colors of #e78fba

#e78fba

Complementary Color

#e78fba #8fe7bc

#e78fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78fba Color CSS Codes

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

#e78fba Text Font Color

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

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


#e78fba Background Color

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

This div background color is #e78fba


#e78fba Border Color

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

This div border color is #e78fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78fba


Comments

No comments written yet.

Please login to write comment.