Color Hex Logo

#f74cac Color Hex

#F74CAC
(247,76,172)
0 Favorites   0 Comments

Color spaces of #f74cac

RGB 24776172
HSL0.910.910.63
HSV326°69°97°
CMYK 0.000.690.30   0.03
XYZ48.388627.921641.8688
Yxy27.92160.40950.2363
Hunter Lab52.840970.9883-9.9902
CIE-Lab59.817872.4428-14.7161

#f74cac color RGB value is (247,76,172).

#f74cac hex color red value is 247, green value is 76 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f74cac hue: 0.91 , saturation: 0.91 and the lightness value of f74cac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001100 10101100
Octal 367 114 254
Decimal 247 76 172
Hex F7 4C AC

RGB Percentages of Color #f74cac

%49.90
%15.35
%34.75

CMYK Percentages of Color #f74cac

%0
%69
%30
%3

Triadic Colors of #f74cac

#f74cac #acf74c #4cacf7

Analogous Colors of #f74cac

#f74cac #f74c56 #ed4cf7

Monochromatic Colors of #f74cac

#f74cac

Complementary Color

#f74cac #4cf797

#f74cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74cac Color CSS Codes

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

#f74cac Text Font Color

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

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


#f74cac Background Color

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

This div background color is #f74cac


#f74cac Border Color

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

This div border color is #f74cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74cac


Comments

No comments written yet.

Please login to write comment.