Color Hex Logo

#fc349b Color Hex

#FC349B
(252,52,155)
0 Favorites   0 Comments

Color spaces of #fc349b

RGB 25252155
HSL0.910.970.60
HSV329°79°99°
CMYK 0.000.790.38   0.01
XYZ47.289325.518033.4434
Yxy25.51800.44510.2402
Hunter Lab50.515378.6987-3.8919
CIE-Lab57.576779.0564-8.0855

#fc349b color RGB value is (252,52,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110100 10011011
Octal 374 64 233
Decimal 252 52 155
Hex FC 34 9B

RGB Percentages of Color #fc349b

%54.90
%11.33
%33.77

CMYK Percentages of Color #fc349b

%0
%79
%38
%1

Triadic Colors of #fc349b

#fc349b #9bfc34 #349bfc

Analogous Colors of #fc349b

#fc349b #fc3437 #f934fc

Monochromatic Colors of #fc349b

#fc349b

Complementary Color

#fc349b #34fc95

#fc349b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc349b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc349b Color CSS Codes

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

#fc349b Text Font Color

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

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


#fc349b Background Color

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

This div background color is #fc349b


#fc349b Border Color

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

This div border color is #fc349b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc349b


Comments

No comments written yet.

Please login to write comment.