Color Hex Logo

#fc419e Color Hex

#FC419E
(252,65,158)
0 Favorites   0 Comments

Color spaces of #fc419e

RGB 25265158
HSL0.920.970.62
HSV330°74°99°
CMYK 0.000.740.37   0.01
XYZ48.206726.944735.0078
Yxy26.94470.43760.2446
Hunter Lab51.908374.9317-3.6504
CIE-Lab58.923175.7985-7.8362

#fc419e color RGB value is (252,65,158).

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

The process color (four color CMYK) of #fc419e color hex is 0.00, 0.74, 0.37, 0.01. Web safe color of #fc419e is #ff3399. Color #fc419e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 10011110
Octal 374 101 236
Decimal 252 65 158
Hex FC 41 9E

RGB Percentages of Color #fc419e

%53.05
%13.68
%33.26

CMYK Percentages of Color #fc419e

%0
%74
%37
%1

Triadic Colors of #fc419e

#fc419e #9efc41 #419efc

Analogous Colors of #fc419e

#fc419e #fc4241 #fc41fc

Monochromatic Colors of #fc419e

#fc419e

Complementary Color

#fc419e #41fc9f

#fc419e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc419e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc419e Color CSS Codes

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

#fc419e Text Font Color

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

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


#fc419e Background Color

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

This div background color is #fc419e


#fc419e Border Color

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

This div border color is #fc419e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc419e


Comments

No comments written yet.

Please login to write comment.