Color Hex Logo

#fc294b Color Hex

#FC294B
(252,41,75)
0 Favorites   0 Comments

Color spaces of #fc294b

RGB 2524175
HSL0.970.970.57
HSV350°84°99°
CMYK 0.000.840.70   0.01
XYZ42.207822.78938.8308
Yxy22.78930.57170.3087
Hunter Lab47.738174.279522.4490
CIE-Lab54.854676.057135.5913

#fc294b color RGB value is (252,41,75).

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

The process color (four color CMYK) of #fc294b color hex is 0.00, 0.84, 0.70, 0.01. Web safe color of #fc294b is #ff3333. Color #fc294b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 01001011
Octal 374 51 113
Decimal 252 41 75
Hex FC 29 4B

RGB Percentages of Color #fc294b

%68.48
%11.14
%20.38

CMYK Percentages of Color #fc294b

%0
%84
%70
%1

Triadic Colors of #fc294b

#fc294b #4bfc29 #294bfc

Analogous Colors of #fc294b

#fc294b #fc7129 #fc29b5

Monochromatic Colors of #fc294b

#fc294b

Complementary Color

#fc294b #29fcda

#fc294b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc294b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc294b Color CSS Codes

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

#fc294b Text Font Color

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

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


#fc294b Background Color

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

This div background color is #fc294b


#fc294b Border Color

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

This div border color is #fc294b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc294b


Comments

No comments written yet.

Please login to write comment.