Color Hex Logo

#fc13ae Color Hex

#FC13AE
(252,19,174)
0 Favorites   0 Comments

Color spaces of #fc13ae

RGB 25219174
HSL0.890.970.53
HSV320°92°99°
CMYK 0.000.920.31   0.01
XYZ48.017724.217242.1880
Yxy24.21720.41970.2116
Hunter Lab49.211088.0525-16.3810
CIE-Lab56.304686.5634-21.1421

#fc13ae color RGB value is (252,19,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010011 10101110
Octal 374 23 256
Decimal 252 19 174
Hex FC 13 AE

RGB Percentages of Color #fc13ae

%56.63
%4.27
%39.10

CMYK Percentages of Color #fc13ae

%0
%92
%31
%1

Triadic Colors of #fc13ae

#fc13ae #aefc13 #13aefc

Analogous Colors of #fc13ae

#fc13ae #fc1339 #d613fc

Monochromatic Colors of #fc13ae

#fc13ae

Complementary Color

#fc13ae #13fc61

#fc13ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc13ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc13ae Color CSS Codes

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

#fc13ae Text Font Color

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

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


#fc13ae Background Color

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

This div background color is #fc13ae


#fc13ae Border Color

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

This div border color is #fc13ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc13ae

Related Colors


Comments

No comments written yet.

Please login to write comment.