Color Hex Logo

#f171fd Color Hex

#F171FD
(241,113,253)
0 Favorites   0 Comments

Color spaces of #f171fd

RGB 241113253
HSL0.820.970.72
HSV295°55°99°
CMYK 0.050.550.00   0.01
XYZ59.910437.602997.0290
Yxy37.60290.30800.1933
Hunter Lab61.321267.0812-50.8902
CIE-Lab67.726967.8125-48.1047

#f171fd color RGB value is (241,113,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110001 11111101
Octal 361 161 375
Decimal 241 113 253
Hex F1 71 FD

RGB Percentages of Color #f171fd

%39.70
%18.62
%41.68

CMYK Percentages of Color #f171fd

%5
%55
%0
%1

Triadic Colors of #f171fd

#f171fd #fdf171 #71fdf1

Analogous Colors of #f171fd

#f171fd #fd71c3 #ab71fd

Monochromatic Colors of #f171fd

#f171fd

Complementary Color

#f171fd #7dfd71

#f171fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f171fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f171fd Color CSS Codes

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

#f171fd Text Font Color

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

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


#f171fd Background Color

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

This div background color is #f171fd


#f171fd Border Color

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

This div border color is #f171fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f171fd

Related Colors


Comments

No comments written yet.

Please login to write comment.