Color Hex Logo

#f504aa Color Hex

#F504AA
(245,4,170)
0 Favorites   0 Comments

Color spaces of #f504aa

RGB 2454170
HSL0.890.970.49
HSV319°98°96°
CMYK 0.000.980.31   0.04
XYZ44.955322.401639.9847
Yxy22.40160.41880.2087
Hunter Lab47.330386.7148-16.9570
CIE-Lab54.450585.9027-21.7549

#f504aa color RGB value is (245,4,170).

#f504aa hex color red value is 245, green value is 4 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f504aa hue: 0.89 , saturation: 0.97 and the lightness value of f504aa is 0.49.

The process color (four color CMYK) of #f504aa color hex is 0.00, 0.98, 0.31, 0.04. Web safe color of #f504aa is #ff0099. Color #f504aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000100 10101010
Octal 365 4 252
Decimal 245 4 170
Hex F5 4 AA

RGB Percentages of Color #f504aa

%58.47
%0.95
%40.57

CMYK Percentages of Color #f504aa

%0
%98
%31
%4

Triadic Colors of #f504aa

#f504aa #aaf504 #04aaf5

Analogous Colors of #f504aa

#f504aa #f50432 #c804f5

Monochromatic Colors of #f504aa

#f504aa

Complementary Color

#f504aa #04f54f

#f504aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f504aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f504aa Color CSS Codes

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

#f504aa Text Font Color

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

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


#f504aa Background Color

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

This div background color is #f504aa


#f504aa Border Color

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

This div border color is #f504aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f504aa


Comments

No comments written yet.

Please login to write comment.