Color Hex Logo

#f973fd Color Hex

#F973FD
(249,115,253)
0 Favorites   0 Comments

Color spaces of #f973fd

RGB 249115253
HSL0.830.970.72
HSV298°55°99°
CMYK 0.020.550.00   0.01
XYZ62.927339.493197.2348
Yxy39.49310.31520.1978
Hunter Lab62.843568.7617-47.7461
CIE-Lab69.107068.9426-45.8613

#f973fd color RGB value is (249,115,253).

#f973fd hex color red value is 249, green value is 115 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f973fd hue: 0.83 , saturation: 0.97 and the lightness value of f973fd is 0.72.

The process color (four color CMYK) of #f973fd color hex is 0.02, 0.55, 0.00, 0.01. Web safe color of #f973fd is #ff66ff. Color #f973fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110011 11111101
Octal 371 163 375
Decimal 249 115 253
Hex F9 73 FD

RGB Percentages of Color #f973fd

%40.36
%18.64
%41.00

CMYK Percentages of Color #f973fd

%2
%55
%0
%1

Triadic Colors of #f973fd

#f973fd #fdf973 #73fdf9

Analogous Colors of #f973fd

#f973fd #fd73bc #b473fd

Monochromatic Colors of #f973fd

#f973fd

Complementary Color

#f973fd #77fd73

#f973fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f973fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f973fd Color CSS Codes

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

#f973fd Text Font Color

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

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


#f973fd Background Color

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

This div background color is #f973fd


#f973fd Border Color

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

This div border color is #f973fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f973fd

Related Colors


Comments

No comments written yet.

Please login to write comment.