Color Hex Logo

#fc586e Color Hex

#FC586E
(252,88,110)
0 Favorites   0 Comments

Color spaces of #fc586e

RGB 25288110
HSL0.980.960.67
HSV352°65°99°
CMYK 0.000.650.56   0.01
XYZ46.449128.800717.8628
Yxy28.80070.49880.3093
Hunter Lab53.666360.578917.8317
CIE-Lab60.605363.641422.5919

#fc586e color RGB value is (252,88,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011000 01101110
Octal 374 130 156
Decimal 252 88 110
Hex FC 58 6E

RGB Percentages of Color #fc586e

%56.00
%19.56
%24.44

CMYK Percentages of Color #fc586e

%0
%65
%56
%1

Triadic Colors of #fc586e

#fc586e #6efc58 #586efc

Analogous Colors of #fc586e

#fc586e #fc9458 #fc58c0

Monochromatic Colors of #fc586e

#fc586e

Complementary Color

#fc586e #58fce6

#fc586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc586e Color CSS Codes

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

#fc586e Text Font Color

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

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


#fc586e Background Color

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

This div background color is #fc586e


#fc586e Border Color

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

This div border color is #fc586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc586e

Related Colors


Comments

No comments written yet.

Please login to write comment.