Color Hex Logo

#f517fd Color Hex

#F517FD
(245,23,253)
0 Favorites   0 Comments

Color spaces of #f517fd

RGB 24523253
HSL0.830.980.54
HSV298°91°99°
CMYK 0.030.910.00   0.01
XYZ55.692227.117195.2273
Yxy27.11710.31280.1523
Hunter Lab52.074199.7726-71.9711
CIE-Lab59.082694.7654-61.8101

#f517fd color RGB value is (245,23,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010111 11111101
Octal 365 27 375
Decimal 245 23 253
Hex F5 17 FD

RGB Percentages of Color #f517fd

%47.02
%4.41
%48.56

CMYK Percentages of Color #f517fd

%3
%91
%0
%1

Triadic Colors of #f517fd

#f517fd #fdf517 #17fdf5

Analogous Colors of #f517fd

#f517fd #fd1792 #8217fd

Monochromatic Colors of #f517fd

#f517fd

Complementary Color

#f517fd #1ffd17

#f517fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f517fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f517fd Color CSS Codes

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

#f517fd Text Font Color

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

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


#f517fd Background Color

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

This div background color is #f517fd


#f517fd Border Color

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

This div border color is #f517fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f517fd

Related Colors


Comments

No comments written yet.

Please login to write comment.