Color Hex Logo

#e88fba Color Hex

#E88FBA
(232,143,186)
0 Favorites   0 Comments

Color spaces of #e88fba

RGB 232143186
HSL0.920.660.74
HSV331°38°91°
CMYK 0.000.380.20   0.09
XYZ51.964140.345951.5031
Yxy40.34590.36130.2805
Hunter Lab63.518434.8727-3.6116
CIE-Lab69.715239.3826-8.0464

#e88fba color RGB value is (232,143,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001111 10111010
Octal 350 217 272
Decimal 232 143 186
Hex E8 8F BA

RGB Percentages of Color #e88fba

%41.35
%25.49
%33.16

CMYK Percentages of Color #e88fba

%0
%38
%20
%9

Triadic Colors of #e88fba

#e88fba #bae88f #8fbae8

Analogous Colors of #e88fba

#e88fba #e8918f #e88fe7

Monochromatic Colors of #e88fba

#e88fba

Complementary Color

#e88fba #8fe8bd

#e88fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88fba Color CSS Codes

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

#e88fba Text Font Color

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

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


#e88fba Background Color

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

This div background color is #e88fba


#e88fba Border Color

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

This div border color is #e88fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88fba


Comments

No comments written yet.

Please login to write comment.