Color Hex Logo

#f563fd Color Hex

#F563FD
(245,99,253)
0 Favorites   0 Comments

Color spaces of #f563fd

RGB 24599253
HSL0.820.970.69
HSV297°61°99°
CMYK 0.030.610.00   0.01
XYZ59.847735.428096.6125
Yxy35.42800.31190.1846
Hunter Lab59.521475.3160-54.5719
CIE-Lab66.080574.7594-50.6675

#f563fd color RGB value is (245,99,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100011 11111101
Octal 365 143 375
Decimal 245 99 253
Hex F5 63 FD

RGB Percentages of Color #f563fd

%41.04
%16.58
%42.38

CMYK Percentages of Color #f563fd

%3
%61
%0
%1

Triadic Colors of #f563fd

#f563fd #fdf563 #63fdf5

Analogous Colors of #f563fd

#f563fd #fd63b8 #a863fd

Monochromatic Colors of #f563fd

#f563fd

Complementary Color

#f563fd #6bfd63

#f563fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f563fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f563fd Color CSS Codes

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

#f563fd Text Font Color

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

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


#f563fd Background Color

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

This div background color is #f563fd


#f563fd Border Color

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

This div border color is #f563fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f563fd

Related Colors


Comments

No comments written yet.

Please login to write comment.