Color Hex Logo

#e19fbf Color Hex

#E19FBF
(225,159,191)
0 Favorites   0 Comments

Color spaces of #e19fbf

RGB 225159191
HSL0.920.520.75
HSV331°29°88°
CMYK 0.000.290.15   0.12
XYZ52.853444.565455.1065
Yxy44.56540.34650.2922
Hunter Lab66.757324.4975-2.2123
CIE-Lab72.604829.2465-6.6169

#e19fbf color RGB value is (225,159,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011111 10111111
Octal 341 237 277
Decimal 225 159 191
Hex E1 9F BF

RGB Percentages of Color #e19fbf

%39.13
%27.65
%33.22

CMYK Percentages of Color #e19fbf

%0
%29
%15
%12

Triadic Colors of #e19fbf

#e19fbf #bfe19f #9fbfe1

Analogous Colors of #e19fbf

#e19fbf #e1a09f #e19fe0

Monochromatic Colors of #e19fbf

#e19fbf

Complementary Color

#e19fbf #9fe1c1

#e19fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19fbf Color CSS Codes

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

#e19fbf Text Font Color

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

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


#e19fbf Background Color

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

This div background color is #e19fbf


#e19fbf Border Color

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

This div border color is #e19fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,159,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19fbf


Comments

No comments written yet.

Please login to write comment.