Color Hex Logo

#fc588f Color Hex

#FC588F
(252,88,143)
0 Favorites   0 Comments

Color spaces of #fc588f

RGB 25288143
HSL0.940.960.67
HSV340°65°99°
CMYK 0.000.650.43   0.01
XYZ48.592529.658129.1501
Yxy29.65810.45240.2761
Hunter Lab54.459363.96706.3856
CIE-Lab61.358166.36384.4749

#fc588f color RGB value is (252,88,143).

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

The process color (four color CMYK) of #fc588f color hex is 0.00, 0.65, 0.43, 0.01. Web safe color of #fc588f is #ff6699. Color #fc588f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011000 10001111
Octal 374 130 217
Decimal 252 88 143
Hex FC 58 8F

RGB Percentages of Color #fc588f

%52.17
%18.22
%29.61

CMYK Percentages of Color #fc588f

%0
%65
%43
%1

Triadic Colors of #fc588f

#fc588f #8ffc58 #588ffc

Analogous Colors of #fc588f

#fc588f #fc7358 #fc58e1

Monochromatic Colors of #fc588f

#fc588f

Complementary Color

#fc588f #58fcc5

#fc588f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc588f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc588f Color CSS Codes

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

#fc588f Text Font Color

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

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


#fc588f Background Color

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

This div background color is #fc588f


#fc588f Border Color

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

This div border color is #fc588f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc588f


Comments

No comments written yet.

Please login to write comment.