Color Hex Logo

#f76cac Color Hex

#F76CAC
(247,108,172)
0 Favorites   0 Comments

Color spaces of #f76cac

RGB 247108172
HSL0.920.900.70
HSV332°56°97°
CMYK 0.000.560.30   0.03
XYZ51.166733.477842.7948
Yxy33.47780.40150.2627
Hunter Lab57.860056.5959-3.3505
CIE-Lab64.545959.5619-7.6286

#f76cac color RGB value is (247,108,172).

#f76cac hex color red value is 247, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f76cac hue: 0.92 , saturation: 0.90 and the lightness value of f76cac is 0.70.

The process color (four color CMYK) of #f76cac color hex is 0.00, 0.56, 0.30, 0.03. Web safe color of #f76cac is #ff6699. Color #f76cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101100 10101100
Octal 367 154 254
Decimal 247 108 172
Hex F7 6C AC

RGB Percentages of Color #f76cac

%46.87
%20.49
%32.64

CMYK Percentages of Color #f76cac

%0
%56
%30
%3

Triadic Colors of #f76cac

#f76cac #acf76c #6cacf7

Analogous Colors of #f76cac

#f76cac #f7726c #f76cf2

Monochromatic Colors of #f76cac

#f76cac

Complementary Color

#f76cac #6cf7b7

#f76cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76cac Color CSS Codes

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

#f76cac Text Font Color

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

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


#f76cac Background Color

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

This div background color is #f76cac


#f76cac Border Color

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

This div border color is #f76cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76cac


Comments

No comments written yet.

Please login to write comment.