Color Hex Logo

#fc587d Color Hex

#FC587D
(252,88,125)
0 Favorites   0 Comments

Color spaces of #fc587d

RGB 25288125
HSL0.960.960.67
HSV346°65°99°
CMYK 0.000.650.50   0.01
XYZ47.336329.155622.5347
Yxy29.15560.47800.2944
Hunter Lab53.995961.991713.0530
CIE-Lab60.918764.782314.3160

#fc587d color RGB value is (252,88,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011000 01111101
Octal 374 130 175
Decimal 252 88 125
Hex FC 58 7D

RGB Percentages of Color #fc587d

%54.19
%18.92
%26.88

CMYK Percentages of Color #fc587d

%0
%65
%50
%1

Triadic Colors of #fc587d

#fc587d #7dfc58 #587dfc

Analogous Colors of #fc587d

#fc587d #fc8558 #fc58cf

Monochromatic Colors of #fc587d

#fc587d

Complementary Color

#fc587d #58fcd7

#fc587d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc587d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc587d Color CSS Codes

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

#fc587d Text Font Color

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

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


#fc587d Background Color

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

This div background color is #fc587d


#fc587d Border Color

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

This div border color is #fc587d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc587d

Related Colors


Comments

No comments written yet.

Please login to write comment.