Color Hex Logo

#e19fba Color Hex

#E19FBA
(225,159,186)
0 Favorites   0 Comments

Color spaces of #e19fba

RGB 225159186
HSL0.930.520.75
HSV335°29°88°
CMYK 0.000.290.17   0.12
XYZ52.312444.349052.2574
Yxy44.34900.35130.2978
Hunter Lab66.595023.67580.0914
CIE-Lab72.461228.4580-4.0690

#e19fba color RGB value is (225,159,186).

#e19fba hex color red value is 225, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e19fba hue: 0.93 , saturation: 0.52 and the lightness value of e19fba is 0.75.

The process color (four color CMYK) of #e19fba color hex is 0.00, 0.29, 0.17, 0.12. Web safe color of #e19fba is #cc99cc. Color #e19fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011111 10111010
Octal 341 237 272
Decimal 225 159 186
Hex E1 9F BA

RGB Percentages of Color #e19fba

%39.47
%27.89
%32.63

CMYK Percentages of Color #e19fba

%0
%29
%17
%12

Triadic Colors of #e19fba

#e19fba #bae19f #9fbae1

Analogous Colors of #e19fba

#e19fba #e1a59f #e19fdb

Monochromatic Colors of #e19fba

#e19fba

Complementary Color

#e19fba #9fe1c6

#e19fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19fba Color CSS Codes

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

#e19fba Text Font Color

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

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


#e19fba Background Color

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

This div background color is #e19fba


#e19fba Border Color

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

This div border color is #e19fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19fba


Comments

No comments written yet.

Please login to write comment.