Color Hex Logo

#f55aab Color Hex

#F55AAB
(245,90,171)
0 Favorites   0 Comments

Color spaces of #f55aab

RGB 24590171
HSL0.910.890.66
HSV329°63°96°
CMYK 0.000.630.30   0.04
XYZ48.663029.665141.6892
Yxy29.66510.40550.2472
Hunter Lab54.465764.1680-7.2559
CIE-Lab61.364266.5308-11.8417

#f55aab color RGB value is (245,90,171).

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

The process color (four color CMYK) of #f55aab color hex is 0.00, 0.63, 0.30, 0.04. Web safe color of #f55aab is #ff6699. Color #f55aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011010 10101011
Octal 365 132 253
Decimal 245 90 171
Hex F5 5A AB

RGB Percentages of Color #f55aab

%48.42
%17.79
%33.79

CMYK Percentages of Color #f55aab

%0
%63
%30
%4

Triadic Colors of #f55aab

#f55aab #abf55a #5aabf5

Analogous Colors of #f55aab

#f55aab #f55a5e #f25af5

Monochromatic Colors of #f55aab

#f55aab

Complementary Color

#f55aab #5af5a4

#f55aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55aab Color CSS Codes

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

#f55aab Text Font Color

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

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


#f55aab Background Color

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

This div background color is #f55aab


#f55aab Border Color

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

This div border color is #f55aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55aab


Comments

No comments written yet.

Please login to write comment.