Color Hex Logo

#f73aac Color Hex

#F73AAC
(247,58,172)
0 Favorites   0 Comments

Color spaces of #f73aac

RGB 24758172
HSL0.900.920.60
HSV324°77°97°
CMYK 0.000.770.30   0.03
XYZ47.317225.778841.5116
Yxy25.77880.41290.2249
Hunter Lab50.772877.4987-12.9342
CIE-Lab57.826578.0576-17.7347

#f73aac color RGB value is (247,58,172).

#f73aac hex color red value is 247, green value is 58 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f73aac hue: 0.90 , saturation: 0.92 and the lightness value of f73aac is 0.60.

The process color (four color CMYK) of #f73aac color hex is 0.00, 0.77, 0.30, 0.03. Web safe color of #f73aac is #ff3399. Color #f73aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111010 10101100
Octal 367 72 254
Decimal 247 58 172
Hex F7 3A AC

RGB Percentages of Color #f73aac

%51.78
%12.16
%36.06

CMYK Percentages of Color #f73aac

%0
%77
%30
%3

Triadic Colors of #f73aac

#f73aac #acf73a #3aacf7

Analogous Colors of #f73aac

#f73aac #f73a4d #e43af7

Monochromatic Colors of #f73aac

#f73aac

Complementary Color

#f73aac #3af785

#f73aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73aac Color CSS Codes

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

#f73aac Text Font Color

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

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


#f73aac Background Color

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

This div background color is #f73aac


#f73aac Border Color

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

This div border color is #f73aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73aac


Comments

No comments written yet.

Please login to write comment.