Color Hex Logo

#f555aa Color Hex

#F555AA
(245,85,170)
0 Favorites   0 Comments

Color spaces of #f555aa

RGB 24585170
HSL0.910.890.65
HSV328°65°96°
CMYK 0.000.650.31   0.04
XYZ48.160428.811841.0531
Yxy28.81180.40810.2441
Hunter Lab53.676666.2219-7.7727
CIE-Lab60.615268.3774-12.3907

#f555aa color RGB value is (245,85,170).

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

The process color (four color CMYK) of #f555aa color hex is 0.00, 0.65, 0.31, 0.04. Web safe color of #f555aa is #ff6699. Color #f555aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010101 10101010
Octal 365 125 252
Decimal 245 85 170
Hex F5 55 AA

RGB Percentages of Color #f555aa

%49.00
%17.00
%34.00

CMYK Percentages of Color #f555aa

%0
%65
%31
%4

Triadic Colors of #f555aa

#f555aa #aaf555 #55aaf5

Analogous Colors of #f555aa

#f555aa #f5555a #f055f5

Monochromatic Colors of #f555aa

#f555aa

Complementary Color

#f555aa #55f5a0

#f555aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f555aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f555aa Color CSS Codes

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

#f555aa Text Font Color

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

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


#f555aa Background Color

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

This div background color is #f555aa


#f555aa Border Color

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

This div border color is #f555aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f555aa


Comments

No comments written yet.

Please login to write comment.