Color Hex Logo

#f574ac Color Hex

#F574AC
(245,116,172)
0 Favorites   0 Comments

Color spaces of #f574ac

RGB 245116172
HSL0.930.870.71
HSV334°53°96°
CMYK 0.000.530.30   0.04
XYZ51.348034.881843.0563
Yxy34.88180.39720.2698
Hunter Lab59.060851.8331-1.8808
CIE-Lab65.656555.2546-6.0116

#f574ac color RGB value is (245,116,172).

#f574ac hex color red value is 245, green value is 116 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f574ac hue: 0.93 , saturation: 0.87 and the lightness value of f574ac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110100 10101100
Octal 365 164 254
Decimal 245 116 172
Hex F5 74 AC

RGB Percentages of Color #f574ac

%45.97
%21.76
%32.27

CMYK Percentages of Color #f574ac

%0
%53
%30
%4

Triadic Colors of #f574ac

#f574ac #acf574 #74acf5

Analogous Colors of #f574ac

#f574ac #f57d74 #f574ed

Monochromatic Colors of #f574ac

#f574ac

Complementary Color

#f574ac #74f5bd

#f574ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f574ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f574ac Color CSS Codes

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

#f574ac Text Font Color

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

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


#f574ac Background Color

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

This div background color is #f574ac


#f574ac Border Color

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

This div border color is #f574ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f574ac


Comments

No comments written yet.

Please login to write comment.