Color Hex Logo

#fc11ad Color Hex

#FC11AD
(252,17,173)
0 Favorites   0 Comments

Color spaces of #fc11ad

RGB 25217173
HSL0.890.980.53
HSV320°93°99°
CMYK 0.000.930.31   0.01
XYZ47.888224.113541.6655
Yxy24.11350.42130.2121
Hunter Lab49.105588.1405-15.9331
CIE-Lab56.201386.6505-20.7158

#fc11ad color RGB value is (252,17,173).

#fc11ad hex color red value is 252, green value is 17 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc11ad hue: 0.89 , saturation: 0.98 and the lightness value of fc11ad is 0.53.

The process color (four color CMYK) of #fc11ad color hex is 0.00, 0.93, 0.31, 0.01. Web safe color of #fc11ad is #ff0099. Color #fc11ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010001 10101101
Octal 374 21 255
Decimal 252 17 173
Hex FC 11 AD

RGB Percentages of Color #fc11ad

%57.01
%3.85
%39.14

CMYK Percentages of Color #fc11ad

%0
%93
%31
%1

Triadic Colors of #fc11ad

#fc11ad #adfc11 #11adfc

Analogous Colors of #fc11ad

#fc11ad #fc1137 #d611fc

Monochromatic Colors of #fc11ad

#fc11ad

Complementary Color

#fc11ad #11fc60

#fc11ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc11ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc11ad Color CSS Codes

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

#fc11ad Text Font Color

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

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


#fc11ad Background Color

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

This div background color is #fc11ad


#fc11ad Border Color

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

This div border color is #fc11ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc11ad


Comments

No comments written yet.

Please login to write comment.