Color Hex Logo

#fc4084 Color Hex

#FC4084
(252,64,132)
0 Favorites   0 Comments

Color spaces of #fc4084

RGB 25264132
HSL0.940.970.62
HSV338°75°99°
CMYK 0.000.750.48   0.01
XYZ46.143126.028224.4217
Yxy26.02820.47770.2695
Hunter Lab51.017872.16327.3310
CIE-Lab58.063873.72956.1797

#fc4084 color RGB value is (252,64,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 10000100
Octal 374 100 204
Decimal 252 64 132
Hex FC 40 84

RGB Percentages of Color #fc4084

%56.25
%14.29
%29.46

CMYK Percentages of Color #fc4084

%0
%75
%48
%1

Triadic Colors of #fc4084

#fc4084 #84fc40 #4084fc

Analogous Colors of #fc4084

#fc4084 #fc5a40 #fc40e2

Monochromatic Colors of #fc4084

#fc4084

Complementary Color

#fc4084 #40fcb8

#fc4084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4084 Color CSS Codes

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

#fc4084 Text Font Color

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

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


#fc4084 Background Color

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

This div background color is #fc4084


#fc4084 Border Color

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

This div border color is #fc4084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4084


Comments

No comments written yet.

Please login to write comment.