Color Hex Logo

#f51387 Color Hex

#F51387
(245,19,135)
0 Favorites   0 Comments

Color spaces of #f51387

RGB 24519135
HSL0.910.920.52
HSV329°92°96°
CMYK 0.000.920.45   0.04
XYZ42.262221.627524.8687
Yxy21.62750.47610.2437
Hunter Lab46.505480.82920.8485
CIE-Lab53.629581.5016-2.2025

#f51387 color RGB value is (245,19,135).

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

The process color (four color CMYK) of #f51387 color hex is 0.00, 0.92, 0.45, 0.04. Web safe color of #f51387 is #ff0099. Color #f51387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010011 10000111
Octal 365 23 207
Decimal 245 19 135
Hex F5 13 87

RGB Percentages of Color #f51387

%61.40
%4.76
%33.83

CMYK Percentages of Color #f51387

%0
%92
%45
%4

Triadic Colors of #f51387

#f51387 #87f513 #1387f5

Analogous Colors of #f51387

#f51387 #f51316 #f213f5

Monochromatic Colors of #f51387

#f51387

Complementary Color

#f51387 #13f581

#f51387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51387 Color CSS Codes

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

#f51387 Text Font Color

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

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


#f51387 Background Color

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

This div background color is #f51387


#f51387 Border Color

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

This div border color is #f51387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51387


Comments

No comments written yet.

Please login to write comment.