Color Hex Logo

#f501ac Color Hex

#F501AC
(245,1,172)
0 Favorites   0 Comments

Color spaces of #f501ac

RGB 2451172
HSL0.880.990.48
HSV318°100°96°
CMYK 0.001.000.30   0.04
XYZ45.113422.412740.9781
Yxy22.41270.41580.2066
Hunter Lab47.342187.2484-18.1805
CIE-Lab54.462286.3087-22.9113

#f501ac color RGB value is (245,1,172).

#f501ac hex color red value is 245, green value is 1 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f501ac hue: 0.88 , saturation: 0.99 and the lightness value of f501ac is 0.48.

The process color (four color CMYK) of #f501ac color hex is 0.00, 1.00, 0.30, 0.04. Web safe color of #f501ac is #ff0099. Color #f501ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000001 10101100
Octal 365 1 254
Decimal 245 1 172
Hex F5 1 AC

RGB Percentages of Color #f501ac

%58.61
%0.24
%41.15

CMYK Percentages of Color #f501ac

%0
%100
%30
%4

Triadic Colors of #f501ac

#f501ac #acf501 #01acf5

Analogous Colors of #f501ac

#f501ac #f50132 #c401f5

Monochromatic Colors of #f501ac

#f501ac

Complementary Color

#f501ac #01f54a

#f501ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f501ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f501ac Color CSS Codes

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

#f501ac Text Font Color

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

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


#f501ac Background Color

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

This div background color is #f501ac


#f501ac Border Color

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

This div border color is #f501ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f501ac


Comments

No comments written yet.

Please login to write comment.