Color Hex Logo

#f19dfa Color Hex

#F19DFA
(241,157,250)
0 Favorites   0 Comments

Color spaces of #f19dfa

RGB 241157250
HSL0.820.900.80
HSV294°37°98°
CMYK 0.040.370.00   0.02
XYZ65.587949.716896.5819
Yxy49.71680.30950.2346
Hunter Lab70.510142.6463-31.8559
CIE-Lab75.895145.7405-33.7256

#f19dfa color RGB value is (241,157,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011101 11111010
Octal 361 235 372
Decimal 241 157 250
Hex F1 9D FA

RGB Percentages of Color #f19dfa

%37.19
%24.23
%38.58

CMYK Percentages of Color #f19dfa

%4
%37
%0
%2

Triadic Colors of #f19dfa

#f19dfa #faf19d #9dfaf1

Analogous Colors of #f19dfa

#f19dfa #fa9dd5 #c39dfa

Monochromatic Colors of #f19dfa

#f19dfa

Complementary Color

#f19dfa #a6fa9d

#f19dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19dfa Color CSS Codes

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

#f19dfa Text Font Color

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

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


#f19dfa Background Color

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

This div background color is #f19dfa


#f19dfa Border Color

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

This div border color is #f19dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19dfa


Comments

No comments written yet.

Please login to write comment.