Color Hex Logo

#f518fa Color Hex

#F518FA
(245,24,250)
0 Favorites   0 Comments

Color spaces of #f518fa

RGB 24524250
HSL0.830.960.54
HSV299°90°98°
CMYK 0.020.900.00   0.02
XYZ55.238126.967992.7364
Yxy26.96790.31580.1542
Hunter Lab51.930698.9901-69.5271
CIE-Lab58.944694.2197-60.3655

#f518fa color RGB value is (245,24,250).

#f518fa hex color red value is 245, green value is 24 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f518fa hue: 0.83 , saturation: 0.96 and the lightness value of f518fa is 0.54.

The process color (four color CMYK) of #f518fa color hex is 0.02, 0.90, 0.00, 0.02. Web safe color of #f518fa is #ff00ff. Color #f518fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011000 11111010
Octal 365 30 372
Decimal 245 24 250
Hex F5 18 FA

RGB Percentages of Color #f518fa

%47.21
%4.62
%48.17

CMYK Percentages of Color #f518fa

%2
%90
%0
%2

Triadic Colors of #f518fa

#f518fa #faf518 #18faf5

Analogous Colors of #f518fa

#f518fa #fa188e #8418fa

Monochromatic Colors of #f518fa

#f518fa

Complementary Color

#f518fa #1dfa18

#f518fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f518fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f518fa Color CSS Codes

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

#f518fa Text Font Color

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

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


#f518fa Background Color

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

This div background color is #f518fa


#f518fa Border Color

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

This div border color is #f518fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,24,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f518fa


Comments

No comments written yet.

Please login to write comment.