Color Hex Logo

#f661fd Color Hex

#F661FD
(246,97,253)
0 Favorites   0 Comments

Color spaces of #f661fd

RGB 24697253
HSL0.830.980.69
HSV297°62°99°
CMYK 0.030.620.00   0.01
XYZ60.010435.234196.5665
Yxy35.23410.31290.1837
Hunter Lab59.358376.5839-54.9045
CIE-Lab65.930575.7940-50.8957

#f661fd color RGB value is (246,97,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100001 11111101
Octal 366 141 375
Decimal 246 97 253
Hex F6 61 FD

RGB Percentages of Color #f661fd

%41.28
%16.28
%42.45

CMYK Percentages of Color #f661fd

%3
%62
%0
%1

Triadic Colors of #f661fd

#f661fd #fdf661 #61fdf6

Analogous Colors of #f661fd

#f661fd #fd61b6 #a861fd

Monochromatic Colors of #f661fd

#f661fd

Complementary Color

#f661fd #68fd61

#f661fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f661fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f661fd Color CSS Codes

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

#f661fd Text Font Color

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

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


#f661fd Background Color

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

This div background color is #f661fd


#f661fd Border Color

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

This div border color is #f661fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f661fd


Comments

No comments written yet.

Please login to write comment.