Color Hex Logo

#f19ffd Color Hex

#F19FFD
(241,159,253)
0 Favorites   0 Comments

Color spaces of #f19ffd

RGB 241159253
HSL0.810.960.81
HSV292°37°99°
CMYK 0.050.370.00   0.01
XYZ66.403450.588999.1933
Yxy50.58890.30720.2340
Hunter Lab71.125942.1780-32.8987
CIE-Lab76.429345.2616-34.5211

#f19ffd color RGB value is (241,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011111 11111101
Octal 361 237 375
Decimal 241 159 253
Hex F1 9F FD

RGB Percentages of Color #f19ffd

%36.91
%24.35
%38.74

CMYK Percentages of Color #f19ffd

%5
%37
%0
%1

Triadic Colors of #f19ffd

#f19ffd #fdf19f #9ffdf1

Analogous Colors of #f19ffd

#f19ffd #fd9fda #c29ffd

Monochromatic Colors of #f19ffd

#f19ffd

Complementary Color

#f19ffd #abfd9f

#f19ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19ffd Color CSS Codes

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

#f19ffd Text Font Color

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

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


#f19ffd Background Color

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

This div background color is #f19ffd


#f19ffd Border Color

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

This div border color is #f19ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.