Color Hex Logo

#f531aa Color Hex

#F531AA
(245,49,170)
0 Favorites   0 Comments

Color spaces of #f531aa

RGB 24549170
HSL0.900.910.58
HSV323°80°96°
CMYK 0.000.800.31   0.04
XYZ46.010224.511440.3364
Yxy24.51140.41500.2211
Hunter Lab49.509079.2447-13.6490
CIE-Lab56.596279.6777-18.4742

#f531aa color RGB value is (245,49,170).

#f531aa hex color red value is 245, green value is 49 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f531aa hue: 0.90 , saturation: 0.91 and the lightness value of f531aa is 0.58.

The process color (four color CMYK) of #f531aa color hex is 0.00, 0.80, 0.31, 0.04. Web safe color of #f531aa is #ff3399. Color #f531aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110001 10101010
Octal 365 61 252
Decimal 245 49 170
Hex F5 31 AA

RGB Percentages of Color #f531aa

%52.80
%10.56
%36.64

CMYK Percentages of Color #f531aa

%0
%80
%31
%4

Triadic Colors of #f531aa

#f531aa #aaf531 #31aaf5

Analogous Colors of #f531aa

#f531aa #f53148 #de31f5

Monochromatic Colors of #f531aa

#f531aa

Complementary Color

#f531aa #31f57c

#f531aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f531aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f531aa Color CSS Codes

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

#f531aa Text Font Color

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

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


#f531aa Background Color

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

This div background color is #f531aa


#f531aa Border Color

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

This div border color is #f531aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f531aa


Comments

No comments written yet.

Please login to write comment.