Color Hex Logo

#f51caf Color Hex

#F51CAF
(245,28,175)
0 Favorites   0 Comments

Color spaces of #f51caf

RGB 24528175
HSL0.890.920.54
HSV319°89°96°
CMYK 0.000.890.29   0.04
XYZ45.809323.338142.6477
Yxy23.33810.40980.2088
Hunter Lab48.309584.7202-18.5246
CIE-Lab55.418984.1801-23.1968

#f51caf color RGB value is (245,28,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011100 10101111
Octal 365 34 257
Decimal 245 28 175
Hex F5 1C AF

RGB Percentages of Color #f51caf

%54.69
%6.25
%39.06

CMYK Percentages of Color #f51caf

%0
%89
%29
%4

Triadic Colors of #f51caf

#f51caf #aff51c #1caff5

Analogous Colors of #f51caf

#f51caf #f51c43 #cf1cf5

Monochromatic Colors of #f51caf

#f51caf

Complementary Color

#f51caf #1cf562

#f51caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51caf Color CSS Codes

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

#f51caf Text Font Color

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

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


#f51caf Background Color

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

This div background color is #f51caf


#f51caf Border Color

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

This div border color is #f51caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51caf


Comments

No comments written yet.

Please login to write comment.