Color Hex Logo

#f800ac Color Hex

#F800AC
(248,0,172)
0 Favorites   0 Comments

Color spaces of #f800ac

RGB 2480172
HSL0.881.000.49
HSV318°100°97°
CMYK 0.001.000.31   0.03
XYZ46.157822.935041.0238
Yxy22.93500.41920.2083
Hunter Lab47.890588.2334-17.2655
CIE-Lab55.005386.9544-22.0285

#f800ac color RGB value is (248,0,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 10101100
Octal 370 0 254
Decimal 248 0 172
Hex F8 0 AC

RGB Percentages of Color #f800ac

%59.05
%0.00
%40.95

CMYK Percentages of Color #f800ac

%0
%100
%31
%3

Triadic Colors of #f800ac

#f800ac #acf800 #00acf8

Analogous Colors of #f800ac

#f800ac #f80030 #c800f8

Monochromatic Colors of #f800ac

#f800ac

Complementary Color

#f800ac #00f84c

#f800ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f800ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f800ac Color CSS Codes

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

#f800ac Text Font Color

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

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


#f800ac Background Color

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

This div background color is #f800ac


#f800ac Border Color

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

This div border color is #f800ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f800ac


Comments

No comments written yet.

Please login to write comment.