Color Hex Logo

#f513bf Color Hex

#F513BF
(245,19,191)
0 Favorites   0 Comments

Color spaces of #f513bf

RGB 24519191
HSL0.870.920.52
HSV314°92°96°
CMYK 0.000.920.22   0.04
XYZ47.293023.639851.3605
Yxy23.63980.38670.1933
Hunter Lab48.620888.5390-28.5964
CIE-Lab55.725387.0467-32.0229

#f513bf color RGB value is (245,19,191).

#f513bf hex color red value is 245, green value is 19 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f513bf hue: 0.87 , saturation: 0.92 and the lightness value of f513bf is 0.52.

The process color (four color CMYK) of #f513bf color hex is 0.00, 0.92, 0.22, 0.04. Web safe color of #f513bf is #ff00cc. Color #f513bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010011 10111111
Octal 365 23 277
Decimal 245 19 191
Hex F5 13 BF

RGB Percentages of Color #f513bf

%53.85
%4.18
%41.98

CMYK Percentages of Color #f513bf

%0
%92
%22
%4

Triadic Colors of #f513bf

#f513bf #bff513 #13bff5

Analogous Colors of #f513bf

#f513bf #f5134e #ba13f5

Monochromatic Colors of #f513bf

#f513bf

Complementary Color

#f513bf #13f549

#f513bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f513bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f513bf Color CSS Codes

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

#f513bf Text Font Color

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

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


#f513bf Background Color

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

This div background color is #f513bf


#f513bf Border Color

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

This div border color is #f513bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f513bf


Comments

No comments written yet.

Please login to write comment.