Color Hex Logo

#fc459a Color Hex

#FC459A
(252,69,154)
0 Favorites   0 Comments

Color spaces of #fc459a

RGB 25269154
HSL0.920.970.63
HSV332°73°99°
CMYK 0.000.730.39   0.01
XYZ48.105727.284833.3029
Yxy27.28480.44260.2510
Hunter Lab52.234972.9786-1.2366
CIE-Lab59.237074.1668-5.0337

#fc459a color RGB value is (252,69,154).

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

The process color (four color CMYK) of #fc459a color hex is 0.00, 0.73, 0.39, 0.01. Web safe color of #fc459a is #ff3399. Color #fc459a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000101 10011010
Octal 374 105 232
Decimal 252 69 154
Hex FC 45 9A

RGB Percentages of Color #fc459a

%53.05
%14.53
%32.42

CMYK Percentages of Color #fc459a

%0
%73
%39
%1

Triadic Colors of #fc459a

#fc459a #9afc45 #459afc

Analogous Colors of #fc459a

#fc459a #fc4c45 #fc45f6

Monochromatic Colors of #fc459a

#fc459a

Complementary Color

#fc459a #45fca7

#fc459a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc459a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc459a Color CSS Codes

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

#fc459a Text Font Color

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

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


#fc459a Background Color

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

This div background color is #fc459a


#fc459a Border Color

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

This div border color is #fc459a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc459a


Comments

No comments written yet.

Please login to write comment.