Color Hex Logo

#f046fd Color Hex

#F046FD
(240,70,253)
0 Favorites   0 Comments

Color spaces of #f046fd

RGB 24070253
HSL0.820.980.63
HSV296°72°99°
CMYK 0.050.720.00   0.01
XYZ55.855029.997495.7747
Yxy29.99740.30750.1652
Hunter Lab54.769986.1892-65.3400
CIE-Lab61.652084.0976-57.7458

#f046fd color RGB value is (240,70,253).

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

The process color (four color CMYK) of #f046fd color hex is 0.05, 0.72, 0.00, 0.01. Web safe color of #f046fd is #ff33ff. Color #f046fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000110 11111101
Octal 360 106 375
Decimal 240 70 253
Hex F0 46 FD

RGB Percentages of Color #f046fd

%42.63
%12.43
%44.94

CMYK Percentages of Color #f046fd

%5
%72
%0
%1

Triadic Colors of #f046fd

#f046fd #fdf046 #46fdf0

Analogous Colors of #f046fd

#f046fd #fd46af #9546fd

Monochromatic Colors of #f046fd

#f046fd

Complementary Color

#f046fd #53fd46

#f046fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f046fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f046fd Color CSS Codes

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

#f046fd Text Font Color

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

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


#f046fd Background Color

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

This div background color is #f046fd


#f046fd Border Color

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

This div border color is #f046fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f046fd

Related Colors


Comments

No comments written yet.

Please login to write comment.