Color Hex Logo

#f51aaf Color Hex

#F51AAF
(245,26,175)
0 Favorites   0 Comments

Color spaces of #f51aaf

RGB 24526175
HSL0.890.920.53
HSV319°89°96°
CMYK 0.000.890.29   0.04
XYZ45.763423.246442.6324
Yxy23.24640.40990.2082
Hunter Lab48.214585.0500-18.6754
CIE-Lab55.325284.4528-23.3408

#f51aaf color RGB value is (245,26,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011010 10101111
Octal 365 32 257
Decimal 245 26 175
Hex F5 1A AF

RGB Percentages of Color #f51aaf

%54.93
%5.83
%39.24

CMYK Percentages of Color #f51aaf

%0
%89
%29
%4

Triadic Colors of #f51aaf

#f51aaf #aff51a #1aaff5

Analogous Colors of #f51aaf

#f51aaf #f51a42 #ce1af5

Monochromatic Colors of #f51aaf

#f51aaf

Complementary Color

#f51aaf #1af560

#f51aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51aaf Color CSS Codes

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

#f51aaf Text Font Color

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

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


#f51aaf Background Color

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

This div background color is #f51aaf


#f51aaf Border Color

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

This div border color is #f51aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51aaf


Comments

No comments written yet.

Please login to write comment.