Color Hex Logo

#f47cac Color Hex

#F47CAC
(244,124,172)
0 Favorites   0 Comments

Color spaces of #f47cac

RGB 244124172
HSL0.930.850.72
HSV336°49°96°
CMYK 0.000.490.30   0.04
XYZ51.962336.627043.3607
Yxy36.62700.39380.2776
Hunter Lab60.520247.3485-0.1151
CIE-Lab66.996251.0975-4.0469

#f47cac color RGB value is (244,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111100 10101100
Octal 364 174 254
Decimal 244 124 172
Hex F4 7C AC

RGB Percentages of Color #f47cac

%45.19
%22.96
%31.85

CMYK Percentages of Color #f47cac

%0
%49
%30
%4

Triadic Colors of #f47cac

#f47cac #acf47c #7cacf4

Analogous Colors of #f47cac

#f47cac #f4887c #f47ce8

Monochromatic Colors of #f47cac

#f47cac

Complementary Color

#f47cac #7cf4c4

#f47cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47cac Color CSS Codes

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

#f47cac Text Font Color

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

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


#f47cac Background Color

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

This div background color is #f47cac


#f47cac Border Color

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

This div border color is #f47cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47cac


Comments

No comments written yet.

Please login to write comment.