Color Hex Logo

#fc359f Color Hex

#FC359F
(252,53,159)
0 Favorites   0 Comments

Color spaces of #fc359f

RGB 25253159
HSL0.910.970.60
HSV328°79°99°
CMYK 0.000.790.37   0.01
XYZ47.676025.744935.2573
Yxy25.74490.43870.2369
Hunter Lab50.739478.9289-5.6812
CIE-Lab57.794179.1962-10.1075

#fc359f color RGB value is (252,53,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110101 10011111
Octal 374 65 237
Decimal 252 53 159
Hex FC 35 9F

RGB Percentages of Color #fc359f

%54.31
%11.42
%34.27

CMYK Percentages of Color #fc359f

%0
%79
%37
%1

Triadic Colors of #fc359f

#fc359f #9ffc35 #359ffc

Analogous Colors of #fc359f

#fc359f #fc353c #f635fc

Monochromatic Colors of #fc359f

#fc359f

Complementary Color

#fc359f #35fc92

#fc359f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc359f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc359f Color CSS Codes

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

#fc359f Text Font Color

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

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


#fc359f Background Color

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

This div background color is #fc359f


#fc359f Border Color

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

This div border color is #fc359f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc359f


Comments

No comments written yet.

Please login to write comment.