Color Hex Logo

#f19afa Color Hex

#F19AFA
(241,154,250)
0 Favorites   0 Comments

Color spaces of #f19afa

RGB 241154250
HSL0.820.910.79
HSV294°38°98°
CMYK 0.040.380.00   0.02
XYZ65.086548.714196.4148
Yxy48.71410.30960.2317
Hunter Lab69.795544.3148-33.0458
CIE-Lab75.273147.2927-34.6871

#f19afa color RGB value is (241,154,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011010 11111010
Octal 361 232 372
Decimal 241 154 250
Hex F1 9A FA

RGB Percentages of Color #f19afa

%37.36
%23.88
%38.76

CMYK Percentages of Color #f19afa

%4
%38
%0
%2

Triadic Colors of #f19afa

#f19afa #faf19a #9afaf1

Analogous Colors of #f19afa

#f19afa #fa9ad3 #c19afa

Monochromatic Colors of #f19afa

#f19afa

Complementary Color

#f19afa #a3fa9a

#f19afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19afa Color CSS Codes

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

#f19afa Text Font Color

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

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


#f19afa Background Color

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

This div background color is #f19afa


#f19afa Border Color

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

This div border color is #f19afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19afa


Comments

No comments written yet.

Please login to write comment.