Color Hex Logo

#fc02ab Color Hex

#FC02AB
(252,2,171)
0 Favorites   0 Comments

Color spaces of #fc02ab

RGB 2522171
HSL0.890.980.50
HSV319°99°99°
CMYK 0.000.990.32   0.01
XYZ47.517323.679140.5942
Yxy23.67910.42510.2118
Hunter Lab48.661289.1470-15.3982
CIE-Lab55.765187.5008-20.2126

#fc02ab color RGB value is (252,2,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000010 10101011
Octal 374 2 253
Decimal 252 2 171
Hex FC 2 AB

RGB Percentages of Color #fc02ab

%59.29
%0.47
%40.24

CMYK Percentages of Color #fc02ab

%0
%99
%32
%1

Triadic Colors of #fc02ab

#fc02ab #abfc02 #02abfc

Analogous Colors of #fc02ab

#fc02ab #fc022e #d002fc

Monochromatic Colors of #fc02ab

#fc02ab

Complementary Color

#fc02ab #02fc53

#fc02ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc02ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc02ab Color CSS Codes

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

#fc02ab Text Font Color

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

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


#fc02ab Background Color

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

This div background color is #fc02ab


#fc02ab Border Color

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

This div border color is #fc02ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc02ab


Comments

No comments written yet.

Please login to write comment.