Color Hex Logo

#f51baf Color Hex

#F51BAF
(245,27,175)
0 Favorites   0 Comments

Color spaces of #f51baf

RGB 24527175
HSL0.890.920.53
HSV319°89°96°
CMYK 0.000.890.29   0.04
XYZ45.786023.291542.6400
Yxy23.29150.40980.2085
Hunter Lab48.261384.8877-18.6013
CIE-Lab55.371384.3186-23.2700

#f51baf color RGB value is (245,27,175).

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

The process color (four color CMYK) of #f51baf color hex is 0.00, 0.89, 0.29, 0.04. Web safe color of #f51baf is #ff3399. Color #f51baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011011 10101111
Octal 365 33 257
Decimal 245 27 175
Hex F5 1B AF

RGB Percentages of Color #f51baf

%54.81
%6.04
%39.15

CMYK Percentages of Color #f51baf

%0
%89
%29
%4

Triadic Colors of #f51baf

#f51baf #aff51b #1baff5

Analogous Colors of #f51baf

#f51baf #f51b42 #ce1bf5

Monochromatic Colors of #f51baf

#f51baf

Complementary Color

#f51baf #1bf561

#f51baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51baf Color CSS Codes

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

#f51baf Text Font Color

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

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


#f51baf Background Color

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

This div background color is #f51baf


#f51baf Border Color

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

This div border color is #f51baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51baf


Comments

No comments written yet.

Please login to write comment.