Color Hex Logo

#f840fd Color Hex

#F840FD
(248,64,253)
0 Favorites   0 Comments

Color spaces of #f840fd

RGB 24864253
HSL0.830.980.62
HSV298°75°99°
CMYK 0.020.750.00   0.01
XYZ58.274430.715195.7857
Yxy30.71510.31540.1662
Hunter Lab55.421290.7024-63.6774
CIE-Lab62.266487.4109-56.6938

#f840fd color RGB value is (248,64,253).

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

The process color (four color CMYK) of #f840fd color hex is 0.02, 0.75, 0.00, 0.01. Web safe color of #f840fd is #ff33ff. Color #f840fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000000 11111101
Octal 370 100 375
Decimal 248 64 253
Hex F8 40 FD

RGB Percentages of Color #f840fd

%43.89
%11.33
%44.78

CMYK Percentages of Color #f840fd

%2
%75
%0
%1

Triadic Colors of #f840fd

#f840fd #fdf840 #40fdf8

Analogous Colors of #f840fd

#f840fd #fd40a4 #9a40fd

Monochromatic Colors of #f840fd

#f840fd

Complementary Color

#f840fd #45fd40

#f840fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f840fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f840fd Color CSS Codes

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

#f840fd Text Font Color

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

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


#f840fd Background Color

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

This div background color is #f840fd


#f840fd Border Color

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

This div border color is #f840fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f840fd

Related Colors


Comments

No comments written yet.

Please login to write comment.