Color Hex Logo

#fc1593 Color Hex

#FC1593
(252,21,147)
0 Favorites   0 Comments

Color spaces of #fc1593

RGB 25221147
HSL0.910.970.54
HSV327°92°99°
CMYK 0.000.920.42   0.01
XYZ45.679523.338429.7009
Yxy23.33840.46270.2364
Hunter Lab48.309884.2390-2.6346
CIE-Lab55.419283.8082-6.5714

#fc1593 color RGB value is (252,21,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 10010011
Octal 374 25 223
Decimal 252 21 147
Hex FC 15 93

RGB Percentages of Color #fc1593

%60.00
%5.00
%35.00

CMYK Percentages of Color #fc1593

%0
%92
%42
%1

Triadic Colors of #fc1593

#fc1593 #93fc15 #1593fc

Analogous Colors of #fc1593

#fc1593 #fc151f #f215fc

Monochromatic Colors of #fc1593

#fc1593

Complementary Color

#fc1593 #15fc7e

#fc1593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1593 Color CSS Codes

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

#fc1593 Text Font Color

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

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


#fc1593 Background Color

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

This div background color is #fc1593


#fc1593 Border Color

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

This div border color is #fc1593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1593


Comments

No comments written yet.

Please login to write comment.