Color Hex Logo

#f503fe Color Hex

#F503FE
(245,3,254)
0 Favorites   0 Comments

Color spaces of #f503fe

RGB 2453254
HSL0.830.990.50
HSV298°99°100°
CMYK 0.040.990.00   0.00
XYZ55.578126.633495.9774
Yxy26.63340.31190.1495
Hunter Lab51.6076101.9201-74.1396
CIE-Lab58.633596.4153-63.0853

#f503fe color RGB value is (245,3,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000011 11111110
Octal 365 3 376
Decimal 245 3 254
Hex F5 3 FE

RGB Percentages of Color #f503fe

%48.80
%0.60
%50.60

CMYK Percentages of Color #f503fe

%4
%99
%0
%0

Triadic Colors of #f503fe

#f503fe #fef503 #03fef5

Analogous Colors of #f503fe

#f503fe #fe038a #7803fe

Monochromatic Colors of #f503fe

#f503fe

Complementary Color

#f503fe #0cfe03

#f503fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f503fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f503fe Color CSS Codes

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

#f503fe Text Font Color

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

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


#f503fe Background Color

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

This div background color is #f503fe


#f503fe Border Color

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

This div border color is #f503fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f503fe

Related Colors


Comments

No comments written yet.

Please login to write comment.