Color Hex Logo

#fc10ab Color Hex

#FC10AB
(252,16,171)
0 Favorites   0 Comments

Color spaces of #fc10ab

RGB 25216171
HSL0.890.980.53
HSV321°94°99°
CMYK 0.000.940.32   0.01
XYZ47.680924.006340.6487
Yxy24.00630.42440.2137
Hunter Lab48.996287.9647-14.8914
CIE-Lab56.094186.5375-19.7097

#fc10ab color RGB value is (252,16,171).

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

The process color (four color CMYK) of #fc10ab color hex is 0.00, 0.94, 0.32, 0.01. Web safe color of #fc10ab is #ff0099. Color #fc10ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 10101011
Octal 374 20 253
Decimal 252 16 171
Hex FC 10 AB

RGB Percentages of Color #fc10ab

%57.40
%3.64
%38.95

CMYK Percentages of Color #fc10ab

%0
%94
%32
%1

Triadic Colors of #fc10ab

#fc10ab #abfc10 #10abfc

Analogous Colors of #fc10ab

#fc10ab #fc1035 #d710fc

Monochromatic Colors of #fc10ab

#fc10ab

Complementary Color

#fc10ab #10fc61

#fc10ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc10ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc10ab Color CSS Codes

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

#fc10ab Text Font Color

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

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


#fc10ab Background Color

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

This div background color is #fc10ab


#fc10ab Border Color

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

This div border color is #fc10ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc10ab


Comments

No comments written yet.

Please login to write comment.