Color Hex Logo

#f673fd Color Hex

#F673FD
(246,115,253)
0 Favorites   0 Comments

Color spaces of #f673fd

RGB 246115253
HSL0.820.970.72
HSV297°55°99°
CMYK 0.030.550.00   0.01
XYZ61.866438.946197.1851
Yxy38.94610.31250.1967
Hunter Lab62.406867.7424-48.6466
CIE-Lab68.712268.1813-46.5091

#f673fd color RGB value is (246,115,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110011 11111101
Octal 366 163 375
Decimal 246 115 253
Hex F6 73 FD

RGB Percentages of Color #f673fd

%40.07
%18.73
%41.21

CMYK Percentages of Color #f673fd

%3
%55
%0
%1

Triadic Colors of #f673fd

#f673fd #fdf673 #73fdf6

Analogous Colors of #f673fd

#f673fd #fd73bf #b173fd

Monochromatic Colors of #f673fd

#f673fd

Complementary Color

#f673fd #7afd73

#f673fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f673fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f673fd Color CSS Codes

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

#f673fd Text Font Color

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

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


#f673fd Background Color

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

This div background color is #f673fd


#f673fd Border Color

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

This div border color is #f673fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f673fd

Related Colors


Comments

No comments written yet.

Please login to write comment.