Color Hex Logo

#fc5871 Color Hex

#FC5871
(252,88,113)
0 Favorites   0 Comments

Color spaces of #fc5871

RGB 25288113
HSL0.970.960.67
HSV351°65°99°
CMYK 0.000.650.55   0.01
XYZ46.615228.867118.7378
Yxy28.86710.49470.3064
Hunter Lab53.728160.844716.9322
CIE-Lab60.664263.856720.9340

#fc5871 color RGB value is (252,88,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011000 01110001
Octal 374 130 161
Decimal 252 88 113
Hex FC 58 71

RGB Percentages of Color #fc5871

%55.63
%19.43
%24.94

CMYK Percentages of Color #fc5871

%0
%65
%55
%1

Triadic Colors of #fc5871

#fc5871 #71fc58 #5871fc

Analogous Colors of #fc5871

#fc5871 #fc9158 #fc58c3

Monochromatic Colors of #fc5871

#fc5871

Complementary Color

#fc5871 #58fce3

#fc5871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5871 Color CSS Codes

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

#fc5871 Text Font Color

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

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


#fc5871 Background Color

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

This div background color is #fc5871


#fc5871 Border Color

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

This div border color is #fc5871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5871

Related Colors


Comments

No comments written yet.

Please login to write comment.