Color Hex Logo

#fc349e Color Hex

#FC349E
(252,52,158)
0 Favorites   0 Comments

Color spaces of #fc349e

RGB 25252158
HSL0.910.970.60
HSV328°79°99°
CMYK 0.000.790.37   0.01
XYZ47.544425.620134.7870
Yxy25.62010.44040.2373
Hunter Lab50.616379.0883-5.3168
CIE-Lab57.674779.3452-9.7000

#fc349e color RGB value is (252,52,158).

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

The process color (four color CMYK) of #fc349e color hex is 0.00, 0.79, 0.37, 0.01. Web safe color of #fc349e is #ff3399. Color #fc349e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110100 10011110
Octal 374 64 236
Decimal 252 52 158
Hex FC 34 9E

RGB Percentages of Color #fc349e

%54.55
%11.26
%34.20

CMYK Percentages of Color #fc349e

%0
%79
%37
%1

Triadic Colors of #fc349e

#fc349e #9efc34 #349efc

Analogous Colors of #fc349e

#fc349e #fc343a #f634fc

Monochromatic Colors of #fc349e

#fc349e

Complementary Color

#fc349e #34fc92

#fc349e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc349e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc349e Color CSS Codes

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

#fc349e Text Font Color

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

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


#fc349e Background Color

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

This div background color is #fc349e


#fc349e Border Color

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

This div border color is #fc349e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc349e


Comments

No comments written yet.

Please login to write comment.