Color Hex Logo

#f480ac Color Hex

#F480AC
(244,128,172)
0 Favorites   0 Comments

Color spaces of #f480ac

RGB 244128172
HSL0.940.840.73
HSV337°48°96°
CMYK 0.000.480.30   0.04
XYZ52.473837.650043.5312
Yxy37.65000.39260.2817
Hunter Lab61.359645.27120.8888
CIE-Lab67.761949.1346-2.9194

#f480ac color RGB value is (244,128,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 10101100
Octal 364 200 254
Decimal 244 128 172
Hex F4 80 AC

RGB Percentages of Color #f480ac

%44.85
%23.53
%31.62

CMYK Percentages of Color #f480ac

%0
%48
%30
%4

Triadic Colors of #f480ac

#f480ac #acf480 #80acf4

Analogous Colors of #f480ac

#f480ac #f48e80 #f480e6

Monochromatic Colors of #f480ac

#f480ac

Complementary Color

#f480ac #80f4c8

#f480ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f480ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f480ac Color CSS Codes

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

#f480ac Text Font Color

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

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


#f480ac Background Color

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

This div background color is #f480ac


#f480ac Border Color

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

This div border color is #f480ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f480ac


Comments

No comments written yet.

Please login to write comment.