Color Hex Logo

#fc1584 Color Hex

#FC1584
(252,21,132)
0 Favorites   0 Comments

Color spaces of #fc1584

RGB 25221132
HSL0.920.970.54
HSV331°92°99°
CMYK 0.000.920.48   0.01
XYZ44.577922.897723.9000
Yxy22.89770.48790.2506
Hunter Lab47.851582.54823.8830
CIE-Lab54.966882.58421.7116

#fc1584 color RGB value is (252,21,132).

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

The process color (four color CMYK) of #fc1584 color hex is 0.00, 0.92, 0.48, 0.01. Web safe color of #fc1584 is #ff0099. Color #fc1584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 10000100
Octal 374 25 204
Decimal 252 21 132
Hex FC 15 84

RGB Percentages of Color #fc1584

%62.22
%5.19
%32.59

CMYK Percentages of Color #fc1584

%0
%92
%48
%1

Triadic Colors of #fc1584

#fc1584 #84fc15 #1584fc

Analogous Colors of #fc1584

#fc1584 #fc1915 #fc15f8

Monochromatic Colors of #fc1584

#fc1584

Complementary Color

#fc1584 #15fc8d

#fc1584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1584 Color CSS Codes

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

#fc1584 Text Font Color

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

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


#fc1584 Background Color

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

This div background color is #fc1584


#fc1584 Border Color

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

This div border color is #fc1584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1584


Comments

No comments written yet.

Please login to write comment.