Color Hex Logo

#fc4080 Color Hex

#FC4080
(252,64,128)
0 Favorites   0 Comments

Color spaces of #fc4080

RGB 25264128
HSL0.940.970.62
HSV340°75°99°
CMYK 0.000.750.49   0.01
XYZ45.874625.920823.0074
Yxy25.92080.48390.2734
Hunter Lab50.912571.74038.8455
CIE-Lab57.961873.40558.3964

#fc4080 color RGB value is (252,64,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 10000000
Octal 374 100 200
Decimal 252 64 128
Hex FC 40 80

RGB Percentages of Color #fc4080

%56.76
%14.41
%28.83

CMYK Percentages of Color #fc4080

%0
%75
%49
%1

Triadic Colors of #fc4080

#fc4080 #80fc40 #4080fc

Analogous Colors of #fc4080

#fc4080 #fc5e40 #fc40de

Monochromatic Colors of #fc4080

#fc4080

Complementary Color

#fc4080 #40fcbc

#fc4080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4080 Color CSS Codes

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

#fc4080 Text Font Color

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

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


#fc4080 Background Color

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

This div background color is #fc4080


#fc4080 Border Color

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

This div border color is #fc4080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4080


Comments

No comments written yet.

Please login to write comment.