Color Hex Logo

#fc325a Color Hex

#FC325A
(252,50,90)
0 Favorites   0 Comments

Color spaces of #fc325a

RGB 2525090
HSL0.970.970.59
HSV348°80°99°
CMYK 0.000.800.64   0.01
XYZ43.130923.714811.9770
Yxy23.71480.54720.3009
Hunter Lab48.697872.873419.5064
CIE-Lab55.801174.738427.9670

#fc325a color RGB value is (252,50,90).

#fc325a hex color red value is 252, green value is 50 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fc325a hue: 0.97 , saturation: 0.97 and the lightness value of fc325a is 0.59.

The process color (four color CMYK) of #fc325a color hex is 0.00, 0.80, 0.64, 0.01. Web safe color of #fc325a is #ff3366. Color #fc325a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 01011010
Octal 374 62 132
Decimal 252 50 90
Hex FC 32 5A

RGB Percentages of Color #fc325a

%64.29
%12.76
%22.96

CMYK Percentages of Color #fc325a

%0
%80
%64
%1

Triadic Colors of #fc325a

#fc325a #5afc32 #325afc

Analogous Colors of #fc325a

#fc325a #fc6f32 #fc32bf

Monochromatic Colors of #fc325a

#fc325a

Complementary Color

#fc325a #32fcd4

#fc325a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc325a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc325a Color CSS Codes

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

#fc325a Text Font Color

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

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


#fc325a Background Color

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

This div background color is #fc325a


#fc325a Border Color

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

This div border color is #fc325a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc325a

Related Colors


Comments

No comments written yet.

Please login to write comment.