Color Hex Logo

#f481ac Color Hex

#F481AC
(244,129,172)
0 Favorites   0 Comments

Color spaces of #f481ac

RGB 244129172
HSL0.940.840.73
HSV338°47°96°
CMYK 0.000.470.30   0.04
XYZ52.604937.912243.5749
Yxy37.91220.39230.2827
Hunter Lab61.572944.74921.1417
CIE-Lab67.955948.6397-2.6343

#f481ac color RGB value is (244,129,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000001 10101100
Octal 364 201 254
Decimal 244 129 172
Hex F4 81 AC

RGB Percentages of Color #f481ac

%44.77
%23.67
%31.56

CMYK Percentages of Color #f481ac

%0
%47
%30
%4

Triadic Colors of #f481ac

#f481ac #acf481 #81acf4

Analogous Colors of #f481ac

#f481ac #f49081 #f481e6

Monochromatic Colors of #f481ac

#f481ac

Complementary Color

#f481ac #81f4c9

#f481ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f481ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f481ac Color CSS Codes

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

#f481ac Text Font Color

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

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


#f481ac Background Color

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

This div background color is #f481ac


#f481ac Border Color

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

This div border color is #f481ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f481ac


Comments

No comments written yet.

Please login to write comment.