Color Hex Logo

#fc13ad Color Hex

#FC13AD
(252,19,173)
0 Favorites   0 Comments

Color spaces of #fc13ad

RGB 25219173
HSL0.890.970.53
HSV320°92°99°
CMYK 0.000.920.31   0.01
XYZ47.920624.178341.6763
Yxy24.17830.42120.2125
Hunter Lab49.171487.9093-15.8325
CIE-Lab56.265986.4617-20.6170

#fc13ad color RGB value is (252,19,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010011 10101101
Octal 374 23 255
Decimal 252 19 173
Hex FC 13 AD

RGB Percentages of Color #fc13ad

%56.76
%4.28
%38.96

CMYK Percentages of Color #fc13ad

%0
%92
%31
%1

Triadic Colors of #fc13ad

#fc13ad #adfc13 #13adfc

Analogous Colors of #fc13ad

#fc13ad #fc1338 #d713fc

Monochromatic Colors of #fc13ad

#fc13ad

Complementary Color

#fc13ad #13fc62

#fc13ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc13ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc13ad Color CSS Codes

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

#fc13ad Text Font Color

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

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


#fc13ad Background Color

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

This div background color is #fc13ad


#fc13ad Border Color

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

This div border color is #fc13ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc13ad

Related Colors


Comments

No comments written yet.

Please login to write comment.