Color Hex Logo

#f313fe Color Hex

#F313FE
(243,19,254)
0 Favorites   0 Comments

Color spaces of #f313fe

RGB 24319254
HSL0.830.990.54
HSV297°93°100°
CMYK 0.040.930.00   0.00
XYZ55.084426.676296.0117
Yxy26.67620.30990.1501
Hunter Lab51.649099.9870-74.0614
CIE-Lab58.673495.0013-63.0392

#f313fe color RGB value is (243,19,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010011 11111110
Octal 363 23 376
Decimal 243 19 254
Hex F3 13 FE

RGB Percentages of Color #f313fe

%47.09
%3.68
%49.22

CMYK Percentages of Color #f313fe

%4
%93
%0
%0

Triadic Colors of #f313fe

#f313fe #fef313 #13fef3

Analogous Colors of #f313fe

#f313fe #fe1394 #7e13fe

Monochromatic Colors of #f313fe

#f313fe

Complementary Color

#f313fe #1efe13

#f313fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f313fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f313fe Color CSS Codes

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

#f313fe Text Font Color

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

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


#f313fe Background Color

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

This div background color is #f313fe


#f313fe Border Color

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

This div border color is #f313fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,19,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f313fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f313fe


Comments

No comments written yet.

Please login to write comment.