Color Hex Logo

#f473ac Color Hex

#F473AC
(244,115,172)
0 Favorites   0 Comments

Color spaces of #f473ac

RGB 244115172
HSL0.930.850.70
HSV333°53°96°
CMYK 0.000.530.30   0.04
XYZ50.885434.473143.0017
Yxy34.47310.39640.2686
Hunter Lab58.713851.9512-2.3240
CIE-Lab65.336455.4081-6.5015

#f473ac color RGB value is (244,115,172).

#f473ac hex color red value is 244, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f473ac hue: 0.93 , saturation: 0.85 and the lightness value of f473ac is 0.70.

The process color (four color CMYK) of #f473ac color hex is 0.00, 0.53, 0.30, 0.04. Web safe color of #f473ac is #ff6699. Color #f473ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110011 10101100
Octal 364 163 254
Decimal 244 115 172
Hex F4 73 AC

RGB Percentages of Color #f473ac

%45.95
%21.66
%32.39

CMYK Percentages of Color #f473ac

%0
%53
%30
%4

Triadic Colors of #f473ac

#f473ac #acf473 #73acf4

Analogous Colors of #f473ac

#f473ac #f47b73 #f473ed

Monochromatic Colors of #f473ac

#f473ac

Complementary Color

#f473ac #73f4bb

#f473ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f473ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f473ac Color CSS Codes

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

#f473ac Text Font Color

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

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


#f473ac Background Color

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

This div background color is #f473ac


#f473ac Border Color

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

This div border color is #f473ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f473ac


Comments

No comments written yet.

Please login to write comment.