Color Hex Logo

#fc1559 Color Hex

#FC1559
(252,21,89)
0 Favorites   0 Comments

Color spaces of #fc1559

RGB 2522189
HSL0.950.970.54
HSV342°92°99°
CMYK 0.000.920.65   0.01
XYZ42.216221.953011.4635
Yxy21.95300.55820.2903
Hunter Lab46.854078.836718.2917
CIE-Lab53.977179.864926.2117

#fc1559 color RGB value is (252,21,89).

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

The process color (four color CMYK) of #fc1559 color hex is 0.00, 0.92, 0.65, 0.01. Web safe color of #fc1559 is #ff0066. Color #fc1559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 01011001
Octal 374 25 131
Decimal 252 21 89
Hex FC 15 59

RGB Percentages of Color #fc1559

%69.61
%5.80
%24.59

CMYK Percentages of Color #fc1559

%0
%92
%65
%1

Triadic Colors of #fc1559

#fc1559 #59fc15 #1559fc

Analogous Colors of #fc1559

#fc1559 #fc4415 #fc15cd

Monochromatic Colors of #fc1559

#fc1559

Complementary Color

#fc1559 #15fcb8

#fc1559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1559 Color CSS Codes

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

#fc1559 Text Font Color

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

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


#fc1559 Background Color

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

This div background color is #fc1559


#fc1559 Border Color

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

This div border color is #fc1559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1559


Comments

No comments written yet.

Please login to write comment.