Color Hex Logo

#fc559c Color Hex

#FC559C
(252,85,156)
0 Favorites   0 Comments

Color spaces of #fc559c

RGB 25285156
HSL0.930.970.66
HSV334°66°99°
CMYK 0.000.660.38   0.01
XYZ49.394129.592734.5611
Yxy29.59270.43500.2606
Hunter Lab54.399266.87830.4111
CIE-Lab61.301268.7955-3.1508

#fc559c color RGB value is (252,85,156).

#fc559c hex color red value is 252, green value is 85 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fc559c hue: 0.93 , saturation: 0.97 and the lightness value of fc559c is 0.66.

The process color (four color CMYK) of #fc559c color hex is 0.00, 0.66, 0.38, 0.01. Web safe color of #fc559c is #ff6699. Color #fc559c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 10011100
Octal 374 125 234
Decimal 252 85 156
Hex FC 55 9C

RGB Percentages of Color #fc559c

%51.12
%17.24
%31.64

CMYK Percentages of Color #fc559c

%0
%66
%38
%1

Triadic Colors of #fc559c

#fc559c #9cfc55 #559cfc

Analogous Colors of #fc559c

#fc559c #fc6255 #fc55f0

Monochromatic Colors of #fc559c

#fc559c

Complementary Color

#fc559c #55fcb5

#fc559c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc559c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc559c Color CSS Codes

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

#fc559c Text Font Color

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

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


#fc559c Background Color

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

This div background color is #fc559c


#fc559c Border Color

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

This div border color is #fc559c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc559c


Comments

No comments written yet.

Please login to write comment.