Color Hex Logo

#f45aac Color Hex

#F45AAC
(244,90,172)
0 Favorites   0 Comments

Color spaces of #f45aac

RGB 24490172
HSL0.910.880.65
HSV328°63°96°
CMYK 0.000.630.30   0.04
XYZ48.410829.524042.1769
Yxy29.52400.40300.2458
Hunter Lab54.336063.9471-7.9871
CIE-Lab61.241366.3681-12.6177

#f45aac color RGB value is (244,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011010 10101100
Octal 364 132 254
Decimal 244 90 172
Hex F4 5A AC

RGB Percentages of Color #f45aac

%48.22
%17.79
%33.99

CMYK Percentages of Color #f45aac

%0
%63
%30
%4

Triadic Colors of #f45aac

#f45aac #acf45a #5aacf4

Analogous Colors of #f45aac

#f45aac #f45a5f #ef5af4

Monochromatic Colors of #f45aac

#f45aac

Complementary Color

#f45aac #5af4a2

#f45aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45aac Color CSS Codes

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

#f45aac Text Font Color

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

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


#f45aac Background Color

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

This div background color is #f45aac


#f45aac Border Color

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

This div border color is #f45aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45aac


Comments

No comments written yet.

Please login to write comment.