Color Hex Logo

#f45aab Color Hex

#F45AAB
(244,90,171)
0 Favorites   0 Comments

Color spaces of #f45aab

RGB 24490171
HSL0.910.880.65
HSV328°63°96°
CMYK 0.000.630.30   0.04
XYZ48.315129.485741.6729
Yxy29.48570.40440.2468
Hunter Lab54.300763.7974-7.4914
CIE-Lab61.207966.2489-12.0922

#f45aab color RGB value is (244,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011010 10101011
Octal 364 132 253
Decimal 244 90 171
Hex F4 5A AB

RGB Percentages of Color #f45aab

%48.32
%17.82
%33.86

CMYK Percentages of Color #f45aab

%0
%63
%30
%4

Triadic Colors of #f45aab

#f45aab #abf45a #5aabf4

Analogous Colors of #f45aab

#f45aab #f45a5e #f05af4

Monochromatic Colors of #f45aab

#f45aab

Complementary Color

#f45aab #5af4a3

#f45aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45aab Color CSS Codes

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

#f45aab Text Font Color

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

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


#f45aab Background Color

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

This div background color is #f45aab


#f45aab Border Color

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

This div border color is #f45aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45aab


Comments

No comments written yet.

Please login to write comment.