Color Hex Logo

#f55aaf Color Hex

#F55AAF
(245,90,175)
0 Favorites   0 Comments

Color spaces of #f55aaf

RGB 24590175
HSL0.910.890.66
HSV327°63°96°
CMYK 0.000.630.29   0.04
XYZ49.050229.820043.7280
Yxy29.82000.40010.2432
Hunter Lab54.607764.7704-9.2521
CIE-Lab61.498667.0095-13.9399

#f55aaf color RGB value is (245,90,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011010 10101111
Octal 365 132 257
Decimal 245 90 175
Hex F5 5A AF

RGB Percentages of Color #f55aaf

%48.04
%17.65
%34.31

CMYK Percentages of Color #f55aaf

%0
%63
%29
%4

Triadic Colors of #f55aaf

#f55aaf #aff55a #5aaff5

Analogous Colors of #f55aaf

#f55aaf #f55a62 #ee5af5

Monochromatic Colors of #f55aaf

#f55aaf

Complementary Color

#f55aaf #5af5a0

#f55aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55aaf Color CSS Codes

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

#f55aaf Text Font Color

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

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


#f55aaf Background Color

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

This div background color is #f55aaf


#f55aaf Border Color

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

This div border color is #f55aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55aaf


Comments

No comments written yet.

Please login to write comment.