Color Hex Logo

#f579fd Color Hex

#F579FD
(245,121,253)
0 Favorites   0 Comments

Color spaces of #f579fd

RGB 245121253
HSL0.820.970.73
HSV296°52°99°
CMYK 0.030.520.00   0.01
XYZ62.223240.179197.4043
Yxy40.17910.31140.2011
Hunter Lab63.387064.2955-46.7377
CIE-Lab69.596965.1993-45.1284

#f579fd color RGB value is (245,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111001 11111101
Octal 365 171 375
Decimal 245 121 253
Hex F5 79 FD

RGB Percentages of Color #f579fd

%39.58
%19.55
%40.87

CMYK Percentages of Color #f579fd

%3
%52
%0
%1

Triadic Colors of #f579fd

#f579fd #fdf579 #79fdf5

Analogous Colors of #f579fd

#f579fd #fd79c3 #b379fd

Monochromatic Colors of #f579fd

#f579fd

Complementary Color

#f579fd #81fd79

#f579fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f579fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f579fd Color CSS Codes

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

#f579fd Text Font Color

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

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


#f579fd Background Color

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

This div background color is #f579fd


#f579fd Border Color

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

This div border color is #f579fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f579fd

Related Colors


Comments

No comments written yet.

Please login to write comment.