Color Hex Logo

#f819ac Color Hex

#F819AC
(248,25,172)
0 Favorites   0 Comments

Color spaces of #f819ac

RGB 24825172
HSL0.890.940.54
HSV320°90°97°
CMYK 0.000.900.31   0.03
XYZ46.505423.630341.1397
Yxy23.63030.41790.2124
Hunter Lab48.611085.6989-16.1497
CIE-Lab55.715784.8764-20.9396

#f819ac color RGB value is (248,25,172).

#f819ac hex color red value is 248, green value is 25 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f819ac hue: 0.89 , saturation: 0.94 and the lightness value of f819ac is 0.54.

The process color (four color CMYK) of #f819ac color hex is 0.00, 0.90, 0.31, 0.03. Web safe color of #f819ac is #ff0099. Color #f819ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011001 10101100
Octal 370 31 254
Decimal 248 25 172
Hex F8 19 AC

RGB Percentages of Color #f819ac

%55.73
%5.62
%38.65

CMYK Percentages of Color #f819ac

%0
%90
%31
%3

Triadic Colors of #f819ac

#f819ac #acf819 #19acf8

Analogous Colors of #f819ac

#f819ac #f8193c #d519f8

Monochromatic Colors of #f819ac

#f819ac

Complementary Color

#f819ac #19f865

#f819ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f819ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f819ac Color CSS Codes

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

#f819ac Text Font Color

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

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


#f819ac Background Color

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

This div background color is #f819ac


#f819ac Border Color

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

This div border color is #f819ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f819ac


Comments

No comments written yet.

Please login to write comment.