Color Hex Logo

#fc355b Color Hex

#FC355B
(252,53,91)
0 Favorites   0 Comments

Color spaces of #fc355b

RGB 2525391
HSL0.970.970.60
HSV349°79°99°
CMYK 0.000.790.64   0.01
XYZ43.306323.997012.2469
Yxy23.99700.54440.3017
Hunter Lab48.986772.074619.4680
CIE-Lab56.084874.035827.7416

#fc355b color RGB value is (252,53,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110101 01011011
Octal 374 65 133
Decimal 252 53 91
Hex FC 35 5B

RGB Percentages of Color #fc355b

%63.64
%13.38
%22.98

CMYK Percentages of Color #fc355b

%0
%79
%64
%1

Triadic Colors of #fc355b

#fc355b #5bfc35 #355bfc

Analogous Colors of #fc355b

#fc355b #fc7335 #fc35bf

Monochromatic Colors of #fc355b

#fc355b

Complementary Color

#fc355b #35fcd6

#fc355b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc355b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc355b Color CSS Codes

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

#fc355b Text Font Color

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

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


#fc355b Background Color

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

This div background color is #fc355b


#fc355b Border Color

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

This div border color is #fc355b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc355b

Related Colors


Comments

No comments written yet.

Please login to write comment.