Color Hex Logo

#fc0080 Color Hex

#FC0080
(252,0,128)
0 Favorites   0 Comments

Color spaces of #fc0080

RGB 2520128
HSL0.921.000.49
HSV330°100°99°
CMYK 0.001.000.49   0.01
XYZ44.041222.254022.3963
Yxy22.25400.49660.2509
Hunter Lab47.174184.09064.8735
CIE-Lab54.295583.91253.1393

#fc0080 color RGB value is (252,0,128).

#fc0080 hex color red value is 252, green value is 0 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fc0080 hue: 0.92 , saturation: 1.00 and the lightness value of fc0080 is 0.49.

The process color (four color CMYK) of #fc0080 color hex is 0.00, 1.00, 0.49, 0.01. Web safe color of #fc0080 is #ff0099. Color #fc0080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 10000000
Octal 374 0 200
Decimal 252 0 128
Hex FC 0 80

RGB Percentages of Color #fc0080

%66.32
%0.00
%33.68

CMYK Percentages of Color #fc0080

%0
%100
%49
%1

Triadic Colors of #fc0080

#fc0080 #80fc00 #0080fc

Analogous Colors of #fc0080

#fc0080 #fc0002 #fa00fc

Monochromatic Colors of #fc0080

#fc0080

Complementary Color

#fc0080 #00fc7c

#fc0080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0080 Color CSS Codes

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

#fc0080 Text Font Color

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

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


#fc0080 Background Color

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

This div background color is #fc0080


#fc0080 Border Color

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

This div border color is #fc0080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0080


Comments

No comments written yet.

Please login to write comment.