Color Hex Logo

#fc419d Color Hex

#FC419D
(252,65,157)
0 Favorites   0 Comments

Color spaces of #fc419d

RGB 25265157
HSL0.920.970.62
HSV330°74°99°
CMYK 0.000.740.38   0.01
XYZ48.121026.910434.5562
Yxy26.91040.43910.2456
Hunter Lab51.875274.8002-3.1828
CIE-Lab58.891375.6992-7.2993

#fc419d color RGB value is (252,65,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 10011101
Octal 374 101 235
Decimal 252 65 157
Hex FC 41 9D

RGB Percentages of Color #fc419d

%53.16
%13.71
%33.12

CMYK Percentages of Color #fc419d

%0
%74
%38
%1

Triadic Colors of #fc419d

#fc419d #9dfc41 #419dfc

Analogous Colors of #fc419d

#fc419d #fc4341 #fc41fb

Monochromatic Colors of #fc419d

#fc419d

Complementary Color

#fc419d #41fca0

#fc419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc419d Color CSS Codes

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

#fc419d Text Font Color

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

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


#fc419d Background Color

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

This div background color is #fc419d


#fc419d Border Color

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

This div border color is #fc419d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc419d


Comments

No comments written yet.

Please login to write comment.