Color Hex Logo

#f19dfb Color Hex

#F19DFB
(241,157,251)
0 Favorites   0 Comments

Color spaces of #f19dfb

RGB 241157251
HSL0.820.920.80
HSV294°37°98°
CMYK 0.040.370.00   0.02
XYZ65.745249.779797.4101
Yxy49.77970.30880.2338
Hunter Lab70.554742.8613-32.4693
CIE-Lab75.933845.9265-34.2065

#f19dfb color RGB value is (241,157,251).

#f19dfb hex color red value is 241, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f19dfb hue: 0.82 , saturation: 0.92 and the lightness value of f19dfb is 0.80.

The process color (four color CMYK) of #f19dfb color hex is 0.04, 0.37, 0.00, 0.02. Web safe color of #f19dfb is #ff99ff. Color #f19dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011101 11111011
Octal 361 235 373
Decimal 241 157 251
Hex F1 9D FB

RGB Percentages of Color #f19dfb

%37.13
%24.19
%38.67

CMYK Percentages of Color #f19dfb

%4
%37
%0
%2

Triadic Colors of #f19dfb

#f19dfb #fbf19d #9dfbf1

Analogous Colors of #f19dfb

#f19dfb #fb9dd6 #c29dfb

Monochromatic Colors of #f19dfb

#f19dfb

Complementary Color

#f19dfb #a7fb9d

#f19dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19dfb Color CSS Codes

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

#f19dfb Text Font Color

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

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


#f19dfb Background Color

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

This div background color is #f19dfb


#f19dfb Border Color

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

This div border color is #f19dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,157,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19dfb


Comments

No comments written yet.

Please login to write comment.