Color Hex Logo

#f645fd Color Hex

#F645FD
(246,69,253)
0 Favorites   0 Comments

Color spaces of #f645fd

RGB 24669253
HSL0.830.980.63
HSV298°73°99°
CMYK 0.030.730.00   0.01
XYZ57.863830.940995.8509
Yxy30.94090.31340.1676
Hunter Lab55.624588.3428-63.2299
CIE-Lab62.457785.5863-56.4075

#f645fd color RGB value is (246,69,253).

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

The process color (four color CMYK) of #f645fd color hex is 0.03, 0.73, 0.00, 0.01. Web safe color of #f645fd is #ff33ff. Color #f645fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000101 11111101
Octal 366 105 375
Decimal 246 69 253
Hex F6 45 FD

RGB Percentages of Color #f645fd

%43.31
%12.15
%44.54

CMYK Percentages of Color #f645fd

%3
%73
%0
%1

Triadic Colors of #f645fd

#f645fd #fdf645 #45fdf6

Analogous Colors of #f645fd

#f645fd #fd45a8 #9a45fd

Monochromatic Colors of #f645fd

#f645fd

Complementary Color

#f645fd #4cfd45

#f645fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f645fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f645fd Color CSS Codes

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

#f645fd Text Font Color

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

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


#f645fd Background Color

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

This div background color is #f645fd


#f645fd Border Color

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

This div border color is #f645fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f645fd


Comments

No comments written yet.

Please login to write comment.