Color Hex Logo

#f518bf Color Hex

#F518BF
(245,24,191)
0 Favorites   0 Comments

Color spaces of #f518bf

RGB 24524191
HSL0.870.920.53
HSV315°90°96°
CMYK 0.000.900.22   0.04
XYZ47.386823.827351.3918
Yxy23.82730.38650.1943
Hunter Lab48.813287.8608-28.2528
CIE-Lab55.914586.4932-31.7284

#f518bf color RGB value is (245,24,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011000 10111111
Octal 365 30 277
Decimal 245 24 191
Hex F5 18 BF

RGB Percentages of Color #f518bf

%53.26
%5.22
%41.52

CMYK Percentages of Color #f518bf

%0
%90
%22
%4

Triadic Colors of #f518bf

#f518bf #bff518 #18bff5

Analogous Colors of #f518bf

#f518bf #f51850 #bd18f5

Monochromatic Colors of #f518bf

#f518bf

Complementary Color

#f518bf #18f54e

#f518bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f518bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f518bf Color CSS Codes

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

#f518bf Text Font Color

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

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


#f518bf Background Color

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

This div background color is #f518bf


#f518bf Border Color

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

This div border color is #f518bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f518bf


Comments

No comments written yet.

Please login to write comment.