Color Hex Logo

#fc519e Color Hex

#FC519E
(252,81,158)
0 Favorites   0 Comments

Color spaces of #fc519e

RGB 25281158
HSL0.920.970.65
HSV333°68°99°
CMYK 0.000.680.37   0.01
XYZ49.258929.048935.3585
Yxy29.04890.43340.2556
Hunter Lab53.897068.8193-1.1686
CIE-Lab60.824870.4820-5.0135

#fc519e color RGB value is (252,81,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 10011110
Octal 374 121 236
Decimal 252 81 158
Hex FC 51 9E

RGB Percentages of Color #fc519e

%51.32
%16.50
%32.18

CMYK Percentages of Color #fc519e

%0
%68
%37
%1

Triadic Colors of #fc519e

#fc519e #9efc51 #519efc

Analogous Colors of #fc519e

#fc519e #fc5a51 #fc51f4

Monochromatic Colors of #fc519e

#fc519e

Complementary Color

#fc519e #51fcaf

#fc519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc519e Color CSS Codes

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

#fc519e Text Font Color

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

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


#fc519e Background Color

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

This div background color is #fc519e


#fc519e Border Color

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

This div border color is #fc519e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc519e


Comments

No comments written yet.

Please login to write comment.