Color Hex Logo

#f440ac Color Hex

#F440AC
(244,64,172)
0 Favorites   0 Comments

Color spaces of #f440ac

RGB 24464172
HSL0.900.890.60
HSV324°74°96°
CMYK 0.000.740.30   0.04
XYZ46.588025.878441.5693
Yxy25.87840.40850.2269
Hunter Lab50.870874.4481-12.8395
CIE-Lab57.921475.6021-17.6381

#f440ac color RGB value is (244,64,172).

#f440ac hex color red value is 244, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f440ac hue: 0.90 , saturation: 0.89 and the lightness value of f440ac is 0.60.

The process color (four color CMYK) of #f440ac color hex is 0.00, 0.74, 0.30, 0.04. Web safe color of #f440ac is #ff3399. Color #f440ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000000 10101100
Octal 364 100 254
Decimal 244 64 172
Hex F4 40 AC

RGB Percentages of Color #f440ac

%50.83
%13.33
%35.83

CMYK Percentages of Color #f440ac

%0
%74
%30
%4

Triadic Colors of #f440ac

#f440ac #acf440 #40acf4

Analogous Colors of #f440ac

#f440ac #f44052 #e240f4

Monochromatic Colors of #f440ac

#f440ac

Complementary Color

#f440ac #40f488

#f440ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f440ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f440ac Color CSS Codes

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

#f440ac Text Font Color

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

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


#f440ac Background Color

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

This div background color is #f440ac


#f440ac Border Color

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

This div border color is #f440ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f440ac


Comments

No comments written yet.

Please login to write comment.