Color Hex Logo

#f45aaf Color Hex

#F45AAF
(244,90,175)
0 Favorites   0 Comments

Color spaces of #f45aaf

RGB 24490175
HSL0.910.880.65
HSV327°63°96°
CMYK 0.000.630.28   0.04
XYZ48.702329.640643.7117
Yxy29.64060.39900.2428
Hunter Lab54.443264.4021-9.4929
CIE-Lab61.342966.7303-14.1900

#f45aaf color RGB value is (244,90,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011010 10101111
Octal 364 132 257
Decimal 244 90 175
Hex F4 5A AF

RGB Percentages of Color #f45aaf

%47.94
%17.68
%34.38

CMYK Percentages of Color #f45aaf

%0
%63
%28
%4

Triadic Colors of #f45aaf

#f45aaf #aff45a #5aaff4

Analogous Colors of #f45aaf

#f45aaf #f45a62 #ec5af4

Monochromatic Colors of #f45aaf

#f45aaf

Complementary Color

#f45aaf #5af49f

#f45aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45aaf Color CSS Codes

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

#f45aaf Text Font Color

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

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


#f45aaf Background Color

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

This div background color is #f45aaf


#f45aaf Border Color

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

This div border color is #f45aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45aaf


Comments

No comments written yet.

Please login to write comment.