Color Hex Logo

#fc519c Color Hex

#FC519C
(252,81,156)
0 Favorites   0 Comments

Color spaces of #fc519c

RGB 25281156
HSL0.930.970.65
HSV334°68°99°
CMYK 0.000.680.38   0.01
XYZ49.088128.980634.4591
Yxy28.98060.43620.2575
Hunter Lab53.833668.5560-0.2682
CIE-Lab60.764570.2770-3.9418

#fc519c color RGB value is (252,81,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 10011100
Octal 374 121 234
Decimal 252 81 156
Hex FC 51 9C

RGB Percentages of Color #fc519c

%51.53
%16.56
%31.90

CMYK Percentages of Color #fc519c

%0
%68
%38
%1

Triadic Colors of #fc519c

#fc519c #9cfc51 #519cfc

Analogous Colors of #fc519c

#fc519c #fc5c51 #fc51f2

Monochromatic Colors of #fc519c

#fc519c

Complementary Color

#fc519c #51fcb1

#fc519c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc519c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc519c Color CSS Codes

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

#fc519c Text Font Color

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

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


#fc519c Background Color

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

This div background color is #fc519c


#fc519c Border Color

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

This div border color is #fc519c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,81,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 #fc519c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc519c


Comments

No comments written yet.

Please login to write comment.