Color Hex Logo

#f486ac Color Hex

#F486AC
(244,134,172)
0 Favorites   0 Comments

Color spaces of #f486ac

RGB 244134172
HSL0.940.830.74
HSV339°45°96°
CMYK 0.000.450.30   0.04
XYZ53.279739.261843.7999
Yxy39.26180.39080.2880
Hunter Lab62.659242.12652.4167
CIE-Lab68.940546.1435-1.1899

#f486ac color RGB value is (244,134,172).

#f486ac hex color red value is 244, green value is 134 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f486ac hue: 0.94 , saturation: 0.83 and the lightness value of f486ac is 0.74.

The process color (four color CMYK) of #f486ac color hex is 0.00, 0.45, 0.30, 0.04. Web safe color of #f486ac is #ff9999. Color #f486ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000110 10101100
Octal 364 206 254
Decimal 244 134 172
Hex F4 86 AC

RGB Percentages of Color #f486ac

%44.36
%24.36
%31.27

CMYK Percentages of Color #f486ac

%0
%45
%30
%4

Triadic Colors of #f486ac

#f486ac #acf486 #86acf4

Analogous Colors of #f486ac

#f486ac #f49786 #f486e3

Monochromatic Colors of #f486ac

#f486ac

Complementary Color

#f486ac #86f4ce

#f486ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f486ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f486ac Color CSS Codes

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

#f486ac Text Font Color

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

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


#f486ac Background Color

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

This div background color is #f486ac


#f486ac Border Color

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

This div border color is #f486ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f486ac


Comments

No comments written yet.

Please login to write comment.