Color Hex Logo

#f19dbe Color Hex

#F19DBE
(241,157,190)
0 Favorites   0 Comments

Color spaces of #f19dbe

RGB 241157190
HSL0.930.750.78
HSV336°35°95°
CMYK 0.000.350.21   0.05
XYZ57.626946.532454.6596
Yxy46.53240.36280.2930
Hunter Lab68.214731.41890.2419
CIE-Lab73.889735.7315-3.9696

#f19dbe color RGB value is (241,157,190).

#f19dbe hex color red value is 241, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f19dbe hue: 0.93 , saturation: 0.75 and the lightness value of f19dbe is 0.78.

The process color (four color CMYK) of #f19dbe color hex is 0.00, 0.35, 0.21, 0.05. Web safe color of #f19dbe is #ff99cc. Color #f19dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011101 10111110
Octal 361 235 276
Decimal 241 157 190
Hex F1 9D BE

RGB Percentages of Color #f19dbe

%40.99
%26.70
%32.31

CMYK Percentages of Color #f19dbe

%0
%35
%21
%5

Triadic Colors of #f19dbe

#f19dbe #bef19d #9dbef1

Analogous Colors of #f19dbe

#f19dbe #f1a69d #f19de8

Monochromatic Colors of #f19dbe

#f19dbe

Complementary Color

#f19dbe #9df1d0

#f19dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19dbe Color CSS Codes

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

#f19dbe Text Font Color

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

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


#f19dbe Background Color

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

This div background color is #f19dbe


#f19dbe Border Color

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

This div border color is #f19dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19dbe


Comments

No comments written yet.

Please login to write comment.