Color Hex Logo

#f40aac Color Hex

#F40AAC
(244,10,172)
0 Favorites   0 Comments

Color spaces of #f40aac

RGB 24410172
HSL0.880.920.50
HSV318°96°96°
CMYK 0.000.960.30   0.04
XYZ44.863222.428740.9944
Yxy22.42870.41430.2071
Hunter Lab47.358986.2151-18.1708
CIE-Lab54.478985.5141-22.9015

#f40aac color RGB value is (244,10,172).

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

The process color (four color CMYK) of #f40aac color hex is 0.00, 0.96, 0.30, 0.04. Web safe color of #f40aac is #ff0099. Color #f40aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001010 10101100
Octal 364 12 254
Decimal 244 10 172
Hex F4 A AC

RGB Percentages of Color #f40aac

%57.28
%2.35
%40.38

CMYK Percentages of Color #f40aac

%0
%96
%30
%4

Triadic Colors of #f40aac

#f40aac #acf40a #0aacf4

Analogous Colors of #f40aac

#f40aac #f40a37 #c70af4

Monochromatic Colors of #f40aac

#f40aac

Complementary Color

#f40aac #0af452

#f40aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40aac Color CSS Codes

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

#f40aac Text Font Color

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

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


#f40aac Background Color

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

This div background color is #f40aac


#f40aac Border Color

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

This div border color is #f40aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40aac


Comments

No comments written yet.

Please login to write comment.