Color Hex Logo

#fc76ad Color Hex

#FC76AD
(252,118,173)
0 Favorites   0 Comments

Color spaces of #fc76ad

RGB 252118173
HSL0.930.960.73
HSV335°53°99°
CMYK 0.000.530.31   0.01
XYZ54.166136.669443.7582
Yxy36.66940.40240.2724
Hunter Lab60.555353.6948-0.4552
CIE-Lab67.028356.6595-4.4399

#fc76ad color RGB value is (252,118,173).

#fc76ad hex color red value is 252, green value is 118 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc76ad hue: 0.93 , saturation: 0.96 and the lightness value of fc76ad is 0.73.

The process color (four color CMYK) of #fc76ad color hex is 0.00, 0.53, 0.31, 0.01. Web safe color of #fc76ad is #ff6699. Color #fc76ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110110 10101101
Octal 374 166 255
Decimal 252 118 173
Hex FC 76 AD

RGB Percentages of Color #fc76ad

%46.41
%21.73
%31.86

CMYK Percentages of Color #fc76ad

%0
%53
%31
%1

Triadic Colors of #fc76ad

#fc76ad #adfc76 #76adfc

Analogous Colors of #fc76ad

#fc76ad #fc8276 #fc76f0

Monochromatic Colors of #fc76ad

#fc76ad

Complementary Color

#fc76ad #76fcc5

#fc76ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc76ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc76ad Color CSS Codes

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

#fc76ad Text Font Color

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

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


#fc76ad Background Color

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

This div background color is #fc76ad


#fc76ad Border Color

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

This div border color is #fc76ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,118,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc76ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc76ad;
  -webkit-box-shadow: 1px 1px 3px 2px #fc76ad;
  box-shadow:         1px 1px 3px 2px #fc76ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,118,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc76ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc76ad


Comments

No comments written yet.

Please login to write comment.