Color Hex Logo

#f51aba Color Hex

#F51ABA
(245,26,186)
0 Favorites   0 Comments

Color spaces of #f51aba

RGB 24526186
HSL0.880.920.53
HSV316°89°96°
CMYK 0.000.890.24   0.04
XYZ46.888523.696448.5569
Yxy23.69640.39360.1989
Hunter Lab48.678986.7465-25.0661
CIE-Lab55.782585.6673-29.0383

#f51aba color RGB value is (245,26,186).

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

The process color (four color CMYK) of #f51aba color hex is 0.00, 0.89, 0.24, 0.04. Web safe color of #f51aba is #ff33cc. Color #f51aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011010 10111010
Octal 365 32 272
Decimal 245 26 186
Hex F5 1A BA

RGB Percentages of Color #f51aba

%53.61
%5.69
%40.70

CMYK Percentages of Color #f51aba

%0
%89
%24
%4

Triadic Colors of #f51aba

#f51aba #baf51a #1abaf5

Analogous Colors of #f51aba

#f51aba #f51a4c #c31af5

Monochromatic Colors of #f51aba

#f51aba

Complementary Color

#f51aba #1af555

#f51aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51aba Color CSS Codes

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

#f51aba Text Font Color

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

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


#f51aba Background Color

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

This div background color is #f51aba


#f51aba Border Color

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

This div border color is #f51aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51aba


Comments

No comments written yet.

Please login to write comment.