Color Hex Logo

#fc519d Color Hex

#FC519D
(252,81,157)
0 Favorites   0 Comments

Color spaces of #fc519d

RGB 25281157
HSL0.930.970.65
HSV333°68°99°
CMYK 0.000.680.38   0.01
XYZ49.173129.014634.9070
Yxy29.01460.43480.2566
Hunter Lab53.865268.6871-0.7169
CIE-Lab60.794570.3790-4.4780

#fc519d color RGB value is (252,81,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 10011101
Octal 374 121 235
Decimal 252 81 157
Hex FC 51 9D

RGB Percentages of Color #fc519d

%51.43
%16.53
%32.04

CMYK Percentages of Color #fc519d

%0
%68
%38
%1

Triadic Colors of #fc519d

#fc519d #9dfc51 #519dfc

Analogous Colors of #fc519d

#fc519d #fc5b51 #fc51f3

Monochromatic Colors of #fc519d

#fc519d

Complementary Color

#fc519d #51fcb0

#fc519d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc519d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc519d Color CSS Codes

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

#fc519d Text Font Color

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

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


#fc519d Background Color

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

This div background color is #fc519d


#fc519d Border Color

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

This div border color is #fc519d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc519d


Comments

No comments written yet.

Please login to write comment.