Color Hex Logo

#fc295e Color Hex

#FC295E
(252,41,94)
0 Favorites   0 Comments

Color spaces of #fc295e

RGB 2524194
HSL0.960.970.57
HSV345°84°99°
CMYK 0.000.840.63   0.01
XYZ42.958223.089512.7822
Yxy23.08950.54490.2929
Hunter Lab48.051575.489317.8643
CIE-Lab55.164476.969324.7681

#fc295e color RGB value is (252,41,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 01011110
Octal 374 51 136
Decimal 252 41 94
Hex FC 29 5E

RGB Percentages of Color #fc295e

%65.12
%10.59
%24.29

CMYK Percentages of Color #fc295e

%0
%84
%63
%1

Triadic Colors of #fc295e

#fc295e #5efc29 #295efc

Analogous Colors of #fc295e

#fc295e #fc5e29 #fc29c8

Monochromatic Colors of #fc295e

#fc295e

Complementary Color

#fc295e #29fcc7

#fc295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc295e Color CSS Codes

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

#fc295e Text Font Color

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

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


#fc295e Background Color

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

This div background color is #fc295e


#fc295e Border Color

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

This div border color is #fc295e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc295e


Comments

No comments written yet.

Please login to write comment.