Color Hex Logo

#f576fd Color Hex

#F576FD
(245,118,253)
0 Favorites   0 Comments

Color spaces of #f576fd

RGB 245118253
HSL0.820.970.73
HSV296°53°99°
CMYK 0.030.530.00   0.01
XYZ61.864239.461297.2847
Yxy39.46120.31150.1987
Hunter Lab62.818265.8576-47.8480
CIE-Lab69.084066.5734-45.9338

#f576fd color RGB value is (245,118,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110110 11111101
Octal 365 166 375
Decimal 245 118 253
Hex F5 76 FD

RGB Percentages of Color #f576fd

%39.77
%19.16
%41.07

CMYK Percentages of Color #f576fd

%3
%53
%0
%1

Triadic Colors of #f576fd

#f576fd #fdf576 #76fdf5

Analogous Colors of #f576fd

#f576fd #fd76c2 #b276fd

Monochromatic Colors of #f576fd

#f576fd

Complementary Color

#f576fd #7efd76

#f576fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f576fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f576fd Color CSS Codes

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

#f576fd Text Font Color

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

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


#f576fd Background Color

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

This div background color is #f576fd


#f576fd Border Color

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

This div border color is #f576fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f576fd

Related Colors


Comments

No comments written yet.

Please login to write comment.