Color Hex Logo

#f803ac Color Hex

#F803AC
(248,3,172)
0 Favorites   0 Comments

Color spaces of #f803ac

RGB 2483172
HSL0.890.980.49
HSV319°99°97°
CMYK 0.000.990.31   0.03
XYZ46.190423.000141.0347
Yxy23.00010.41910.2087
Hunter Lab47.958487.9922-17.1595
CIE-Lab55.072486.7576-21.9256

#f803ac color RGB value is (248,3,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000011 10101100
Octal 370 3 254
Decimal 248 3 172
Hex F8 3 AC

RGB Percentages of Color #f803ac

%58.63
%0.71
%40.66

CMYK Percentages of Color #f803ac

%0
%99
%31
%3

Triadic Colors of #f803ac

#f803ac #acf803 #03acf8

Analogous Colors of #f803ac

#f803ac #f80331 #ca03f8

Monochromatic Colors of #f803ac

#f803ac

Complementary Color

#f803ac #03f84f

#f803ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f803ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f803ac Color CSS Codes

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

#f803ac Text Font Color

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

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


#f803ac Background Color

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

This div background color is #f803ac


#f803ac Border Color

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

This div border color is #f803ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f803ac


Comments

No comments written yet.

Please login to write comment.