Color Hex Logo

#f19afb Color Hex

#F19AFB
(241,154,251)
0 Favorites   0 Comments

Color spaces of #f19afb

RGB 241154251
HSL0.820.920.79
HSV294°39°98°
CMYK 0.040.390.00   0.02
XYZ65.243848.777097.2430
Yxy48.77700.30880.2309
Hunter Lab69.840544.5306-33.6645
CIE-Lab75.312447.4782-35.1677

#f19afb color RGB value is (241,154,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011010 11111011
Octal 361 232 373
Decimal 241 154 251
Hex F1 9A FB

RGB Percentages of Color #f19afb

%37.31
%23.84
%38.85

CMYK Percentages of Color #f19afb

%4
%39
%0
%2

Triadic Colors of #f19afb

#f19afb #fbf19a #9afbf1

Analogous Colors of #f19afb

#f19afb #fb9ad5 #c19afb

Monochromatic Colors of #f19afb

#f19afb

Complementary Color

#f19afb #a4fb9a

#f19afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19afb Color CSS Codes

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

#f19afb Text Font Color

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

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


#f19afb Background Color

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

This div background color is #f19afb


#f19afb Border Color

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

This div border color is #f19afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19afb


Comments

No comments written yet.

Please login to write comment.