Color Hex Logo

#fc5973 Color Hex

#FC5973
(252,89,115)
0 Favorites   0 Comments

Color spaces of #fc5973

RGB 25289115
HSL0.970.960.67
HSV350°65°99°
CMYK 0.000.650.54   0.01
XYZ46.811829.078019.3650
Yxy29.07800.49140.3053
Hunter Lab53.924060.590016.4548
CIE-Lab60.850463.607520.0275

#fc5973 color RGB value is (252,89,115).

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

The process color (four color CMYK) of #fc5973 color hex is 0.00, 0.65, 0.54, 0.01. Web safe color of #fc5973 is #ff6666. Color #fc5973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 01110011
Octal 374 131 163
Decimal 252 89 115
Hex FC 59 73

RGB Percentages of Color #fc5973

%55.26
%19.52
%25.22

CMYK Percentages of Color #fc5973

%0
%65
%54
%1

Triadic Colors of #fc5973

#fc5973 #73fc59 #5973fc

Analogous Colors of #fc5973

#fc5973 #fc9159 #fc59c5

Monochromatic Colors of #fc5973

#fc5973

Complementary Color

#fc5973 #59fce2

#fc5973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5973 Color CSS Codes

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

#fc5973 Text Font Color

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

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


#fc5973 Background Color

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

This div background color is #fc5973


#fc5973 Border Color

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

This div border color is #fc5973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5973

Related Colors


Comments

No comments written yet.

Please login to write comment.