Color Hex Logo

#fc344e Color Hex

#FC344E
(252,52,78)
0 Favorites   0 Comments

Color spaces of #fc344e

RGB 2525278
HSL0.980.970.60
HSV352°79°99°
CMYK 0.000.790.69   0.01
XYZ42.748023.70159.5295
Yxy23.70150.56260.3119
Hunter Lab48.684271.537722.4734
CIE-Lab55.787773.655934.9745

#fc344e color RGB value is (252,52,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110100 01001110
Octal 374 64 116
Decimal 252 52 78
Hex FC 34 4E

RGB Percentages of Color #fc344e

%65.97
%13.61
%20.42

CMYK Percentages of Color #fc344e

%0
%79
%69
%1

Triadic Colors of #fc344e

#fc344e #4efc34 #344efc

Analogous Colors of #fc344e

#fc344e #fc7e34 #fc34b2

Monochromatic Colors of #fc344e

#fc344e

Complementary Color

#fc344e #34fce2

#fc344e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc344e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc344e Color CSS Codes

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

#fc344e Text Font Color

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

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


#fc344e Background Color

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

This div background color is #fc344e


#fc344e Border Color

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

This div border color is #fc344e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,52,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 #fc344e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc344e


Comments

No comments written yet.

Please login to write comment.