Color Hex Logo

#fc3984 Color Hex

#FC3984
(252,57,132)
0 Favorites   0 Comments

Color spaces of #fc3984

RGB 25257132
HSL0.940.970.61
HSV337°77°99°
CMYK 0.000.770.48   0.01
XYZ45.772925.287624.2983
Yxy25.28760.48000.2652
Hunter Lab50.286874.47556.5521
CIE-Lab57.354675.73285.1619

#fc3984 color RGB value is (252,57,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 10000100
Octal 374 71 204
Decimal 252 57 132
Hex FC 39 84

RGB Percentages of Color #fc3984

%57.14
%12.93
%29.93

CMYK Percentages of Color #fc3984

%0
%77
%48
%1

Triadic Colors of #fc3984

#fc3984 #84fc39 #3984fc

Analogous Colors of #fc3984

#fc3984 #fc5039 #fc39e6

Monochromatic Colors of #fc3984

#fc3984

Complementary Color

#fc3984 #39fcb1

#fc3984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3984 Color CSS Codes

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

#fc3984 Text Font Color

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

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


#fc3984 Background Color

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

This div background color is #fc3984


#fc3984 Border Color

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

This div border color is #fc3984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3984


Comments

No comments written yet.

Please login to write comment.