Color Hex Logo

#f516fd Color Hex

#F516FD
(245,22,253)
0 Favorites   0 Comments

Color spaces of #f516fd

RGB 24522253
HSL0.830.980.54
HSV298°91°99°
CMYK 0.030.910.00   0.01
XYZ55.672727.078195.2208
Yxy27.07810.31280.1521
Hunter Lab52.036699.9087-72.0680
CIE-Lab59.046594.8718-61.8678

#f516fd color RGB value is (245,22,253).

#f516fd hex color red value is 245, green value is 22 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f516fd hue: 0.83 , saturation: 0.98 and the lightness value of f516fd is 0.54.

The process color (four color CMYK) of #f516fd color hex is 0.03, 0.91, 0.00, 0.01. Web safe color of #f516fd is #ff00ff. Color #f516fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010110 11111101
Octal 365 26 375
Decimal 245 22 253
Hex F5 16 FD

RGB Percentages of Color #f516fd

%47.12
%4.23
%48.65

CMYK Percentages of Color #f516fd

%3
%91
%0
%1

Triadic Colors of #f516fd

#f516fd #fdf516 #16fdf5

Analogous Colors of #f516fd

#f516fd #fd1692 #8216fd

Monochromatic Colors of #f516fd

#f516fd

Complementary Color

#f516fd #1efd16

#f516fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f516fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f516fd Color CSS Codes

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

#f516fd Text Font Color

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

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


#f516fd Background Color

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

This div background color is #f516fd


#f516fd Border Color

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

This div border color is #f516fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f516fd

Related Colors


Comments

No comments written yet.

Please login to write comment.