Color Hex Logo

#fc294e Color Hex

#FC294E
(252,41,78)
0 Favorites   0 Comments

Color spaces of #fc294e

RGB 2524178
HSL0.970.970.57
HSV349°84°99°
CMYK 0.000.840.69   0.01
XYZ42.313022.83149.3845
Yxy22.83140.56770.3063
Hunter Lab47.782274.449821.8029
CIE-Lab54.898276.185833.8937

#fc294e color RGB value is (252,41,78).

#fc294e hex color red value is 252, green value is 41 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fc294e hue: 0.97 , saturation: 0.97 and the lightness value of fc294e is 0.57.

The process color (four color CMYK) of #fc294e color hex is 0.00, 0.84, 0.69, 0.01. Web safe color of #fc294e is #ff3366. Color #fc294e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 01001110
Octal 374 51 116
Decimal 252 41 78
Hex FC 29 4E

RGB Percentages of Color #fc294e

%67.92
%11.05
%21.02

CMYK Percentages of Color #fc294e

%0
%84
%69
%1

Triadic Colors of #fc294e

#fc294e #4efc29 #294efc

Analogous Colors of #fc294e

#fc294e #fc6e29 #fc29b8

Monochromatic Colors of #fc294e

#fc294e

Complementary Color

#fc294e #29fcd7

#fc294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc294e Color CSS Codes

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

#fc294e Text Font Color

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

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


#fc294e Background Color

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

This div background color is #fc294e


#fc294e Border Color

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

This div border color is #fc294e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc294e

Related Colors


Comments

No comments written yet.

Please login to write comment.