Color Hex Logo

#fc3fab Color Hex

#FC3FAB
(252,63,171)
0 Favorites   0 Comments

Color spaces of #fc3fab

RGB 25263171
HSL0.900.970.62
HSV326°75°99°
CMYK 0.000.750.32   0.01
XYZ49.273127.190741.1794
Yxy27.19070.41880.2311
Hunter Lab52.144777.4168-10.3208
CIE-Lab59.150477.7375-15.0642

#fc3fab color RGB value is (252,63,171).

#fc3fab hex color red value is 252, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fc3fab hue: 0.90 , saturation: 0.97 and the lightness value of fc3fab is 0.62.

The process color (four color CMYK) of #fc3fab color hex is 0.00, 0.75, 0.32, 0.01. Web safe color of #fc3fab is #ff3399. Color #fc3fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111111 10101011
Octal 374 77 253
Decimal 252 63 171
Hex FC 3F AB

RGB Percentages of Color #fc3fab

%51.85
%12.96
%35.19

CMYK Percentages of Color #fc3fab

%0
%75
%32
%1

Triadic Colors of #fc3fab

#fc3fab #abfc3f #3fabfc

Analogous Colors of #fc3fab

#fc3fab #fc3f4c #ef3ffc

Monochromatic Colors of #fc3fab

#fc3fab

Complementary Color

#fc3fab #3ffc90

#fc3fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3fab Color CSS Codes

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

#fc3fab Text Font Color

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

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


#fc3fab Background Color

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

This div background color is #fc3fab


#fc3fab Border Color

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

This div border color is #fc3fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3fab


Comments

No comments written yet.

Please login to write comment.