Color Hex Logo

#f179fd Color Hex

#F179FD
(241,121,253)
0 Favorites   0 Comments

Color spaces of #f179fd

RGB 241121253
HSL0.820.970.73
HSV295°52°99°
CMYK 0.050.520.00   0.01
XYZ60.842639.467497.3397
Yxy39.46740.30780.1997
Hunter Lab62.823162.9324-47.8893
CIE-Lab69.088564.1558-45.9624

#f179fd color RGB value is (241,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111001 11111101
Octal 361 171 375
Decimal 241 121 253
Hex F1 79 FD

RGB Percentages of Color #f179fd

%39.19
%19.67
%41.14

CMYK Percentages of Color #f179fd

%5
%52
%0
%1

Triadic Colors of #f179fd

#f179fd #fdf179 #79fdf1

Analogous Colors of #f179fd

#f179fd #fd79c7 #af79fd

Monochromatic Colors of #f179fd

#f179fd

Complementary Color

#f179fd #85fd79

#f179fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f179fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f179fd Color CSS Codes

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

#f179fd Text Font Color

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

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


#f179fd Background Color

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

This div background color is #f179fd


#f179fd Border Color

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

This div border color is #f179fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f179fd

Related Colors


Comments

No comments written yet.

Please login to write comment.