Color Hex Logo

#f475ac Color Hex

#F475AC
(244,117,172)
0 Favorites   0 Comments

Color spaces of #f475ac

RGB 244117172
HSL0.930.850.71
HSV334°52°96°
CMYK 0.000.520.30   0.04
XYZ51.115934.934243.0786
Yxy34.93420.39590.2705
Hunter Lab59.105250.9381-1.8397
CIE-Lab65.697454.4640-5.9664

#f475ac color RGB value is (244,117,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110101 10101100
Octal 364 165 254
Decimal 244 117 172
Hex F4 75 AC

RGB Percentages of Color #f475ac

%45.78
%21.95
%32.27

CMYK Percentages of Color #f475ac

%0
%52
%30
%4

Triadic Colors of #f475ac

#f475ac #acf475 #75acf4

Analogous Colors of #f475ac

#f475ac #f47e75 #f475ec

Monochromatic Colors of #f475ac

#f475ac

Complementary Color

#f475ac #75f4bd

#f475ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f475ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f475ac Color CSS Codes

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

#f475ac Text Font Color

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

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


#f475ac Background Color

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

This div background color is #f475ac


#f475ac Border Color

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

This div border color is #f475ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f475ac


Comments

No comments written yet.

Please login to write comment.