Color Hex Logo

#e19fbe Color Hex

#E19FBE
(225,159,190)
0 Favorites   0 Comments

Color spaces of #e19fbe

RGB 225159190
HSL0.920.520.75
HSV332°29°88°
CMYK 0.000.290.16   0.12
XYZ52.743744.521554.5288
Yxy44.52150.34750.2933
Hunter Lab66.724424.3312-1.7461
CIE-Lab72.575729.0873-6.1082

#e19fbe color RGB value is (225,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011111 10111110
Octal 341 237 276
Decimal 225 159 190
Hex E1 9F BE

RGB Percentages of Color #e19fbe

%39.20
%27.70
%33.10

CMYK Percentages of Color #e19fbe

%0
%29
%16
%12

Triadic Colors of #e19fbe

#e19fbe #bee19f #9fbee1

Analogous Colors of #e19fbe

#e19fbe #e1a19f #e19fdf

Monochromatic Colors of #e19fbe

#e19fbe

Complementary Color

#e19fbe #9fe1c2

#e19fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19fbe Color CSS Codes

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

#e19fbe Text Font Color

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

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


#e19fbe Background Color

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

This div background color is #e19fbe


#e19fbe Border Color

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

This div border color is #e19fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19fbe


Comments

No comments written yet.

Please login to write comment.