Color Hex Logo

#f19ffe Color Hex

#F19FFE
(241,159,254)
0 Favorites   0 Comments

Color spaces of #f19ffe

RGB 241159254
HSL0.810.980.81
HSV292°37°100°
CMYK 0.050.370.00   0.00
XYZ66.563250.6528100.0346
Yxy50.65280.30640.2332
Hunter Lab71.170842.3951-33.5159
CIE-Lab76.468245.4495-35.0006

#f19ffe color RGB value is (241,159,254).

#f19ffe hex color red value is 241, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f19ffe hue: 0.81 , saturation: 0.98 and the lightness value of f19ffe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011111 11111110
Octal 361 237 376
Decimal 241 159 254
Hex F1 9F FE

RGB Percentages of Color #f19ffe

%36.85
%24.31
%38.84

CMYK Percentages of Color #f19ffe

%5
%37
%0
%0

Triadic Colors of #f19ffe

#f19ffe #fef19f #9ffef1

Analogous Colors of #f19ffe

#f19ffe #fe9fdc #c29ffe

Monochromatic Colors of #f19ffe

#f19ffe

Complementary Color

#f19ffe #acfe9f

#f19ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19ffe Color CSS Codes

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

#f19ffe Text Font Color

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

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


#f19ffe Background Color

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

This div background color is #f19ffe


#f19ffe Border Color

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

This div border color is #f19ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19ffe


Comments

No comments written yet.

Please login to write comment.