Color Hex Logo

#f51cab Color Hex

#F51CAB
(245,28,171)
0 Favorites   0 Comments

Color spaces of #f51cab

RGB 24528171
HSL0.890.920.54
HSV320°89°96°
CMYK 0.000.890.30   0.04
XYZ45.422123.183340.6089
Yxy23.18330.41590.2123
Hunter Lab48.149084.1298-16.3009
CIE-Lab55.260683.7546-21.0997

#f51cab color RGB value is (245,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011100 10101011
Octal 365 34 253
Decimal 245 28 171
Hex F5 1C AB

RGB Percentages of Color #f51cab

%55.18
%6.31
%38.51

CMYK Percentages of Color #f51cab

%0
%89
%30
%4

Triadic Colors of #f51cab

#f51cab #abf51c #1cabf5

Analogous Colors of #f51cab

#f51cab #f51c3f #d31cf5

Monochromatic Colors of #f51cab

#f51cab

Complementary Color

#f51cab #1cf566

#f51cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51cab Color CSS Codes

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

#f51cab Text Font Color

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

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


#f51cab Background Color

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

This div background color is #f51cab


#f51cab Border Color

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

This div border color is #f51cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51cab


Comments

No comments written yet.

Please login to write comment.