Color Hex Logo

#f159fd Color Hex

#F159FD
(241,89,253)
0 Favorites   0 Comments

Color spaces of #f159fd

RGB 24189253
HSL0.820.980.67
HSV296°65°99°
CMYK 0.050.650.00   0.01
XYZ57.577632.937496.2514
Yxy32.93740.30830.1764
Hunter Lab57.391178.6456-59.2623
CIE-Lab64.110277.7637-53.8249

#f159fd color RGB value is (241,89,253).

#f159fd hex color red value is 241, green value is 89 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f159fd hue: 0.82 , saturation: 0.98 and the lightness value of f159fd is 0.67.

The process color (four color CMYK) of #f159fd color hex is 0.05, 0.65, 0.00, 0.01. Web safe color of #f159fd is #ff66ff. Color #f159fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011001 11111101
Octal 361 131 375
Decimal 241 89 253
Hex F1 59 FD

RGB Percentages of Color #f159fd

%41.34
%15.27
%43.40

CMYK Percentages of Color #f159fd

%5
%65
%0
%1

Triadic Colors of #f159fd

#f159fd #fdf159 #59fdf1

Analogous Colors of #f159fd

#f159fd #fd59b7 #9f59fd

Monochromatic Colors of #f159fd

#f159fd

Complementary Color

#f159fd #65fd59

#f159fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f159fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f159fd Color CSS Codes

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

#f159fd Text Font Color

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

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


#f159fd Background Color

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

This div background color is #f159fd


#f159fd Border Color

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

This div border color is #f159fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f159fd

Related Colors


Comments

No comments written yet.

Please login to write comment.