Color Hex Logo

#f545aa Color Hex

#F545AA
(245,69,170)
0 Favorites   0 Comments

Color spaces of #f545aa

RGB 24569170
HSL0.900.900.62
HSV326°72°96°
CMYK 0.000.720.31   0.04
XYZ47.040026.571040.6796
Yxy26.57100.41160.2325
Hunter Lab51.547172.6853-10.7072
CIE-Lab58.575174.0554-15.4685

#f545aa color RGB value is (245,69,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000101 10101010
Octal 365 105 252
Decimal 245 69 170
Hex F5 45 AA

RGB Percentages of Color #f545aa

%50.62
%14.26
%35.12

CMYK Percentages of Color #f545aa

%0
%72
%31
%4

Triadic Colors of #f545aa

#f545aa #aaf545 #45aaf5

Analogous Colors of #f545aa

#f545aa #f54552 #e845f5

Monochromatic Colors of #f545aa

#f545aa

Complementary Color

#f545aa #45f590

#f545aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f545aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f545aa Color CSS Codes

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

#f545aa Text Font Color

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

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


#f545aa Background Color

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

This div background color is #f545aa


#f545aa Border Color

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

This div border color is #f545aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f545aa


Comments

No comments written yet.

Please login to write comment.