Color Hex Logo

#f301fd Color Hex

#F301FD
(243,1,253)
0 Favorites   0 Comments

Color spaces of #f301fd

RGB 2431253
HSL0.830.990.50
HSV298°100°99°
CMYK 0.041.000.00   0.01
XYZ54.702626.168295.0963
Yxy26.16820.31090.1487
Hunter Lab51.1549101.3585-74.4110
CIE-Lab58.196496.0922-63.2503

#f301fd color RGB value is (243,1,253).

#f301fd hex color red value is 243, green value is 1 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f301fd hue: 0.83 , saturation: 0.99 and the lightness value of f301fd is 0.50.

The process color (four color CMYK) of #f301fd color hex is 0.04, 1.00, 0.00, 0.01. Web safe color of #f301fd is #ff00ff. Color #f301fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000001 11111101
Octal 363 1 375
Decimal 243 1 253
Hex F3 1 FD

RGB Percentages of Color #f301fd

%48.89
%0.20
%50.91

CMYK Percentages of Color #f301fd

%4
%100
%0
%1

Triadic Colors of #f301fd

#f301fd #fdf301 #01fdf3

Analogous Colors of #f301fd

#f301fd #fd0189 #7501fd

Monochromatic Colors of #f301fd

#f301fd

Complementary Color

#f301fd #0bfd01

#f301fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f301fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f301fd Color CSS Codes

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

#f301fd Text Font Color

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

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


#f301fd Background Color

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

This div background color is #f301fd


#f301fd Border Color

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

This div border color is #f301fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f301fd


Comments

No comments written yet.

Please login to write comment.