Color Hex Logo

#fc5361 Color Hex

#FC5361
(252,83,97)
0 Favorites   0 Comments

Color spaces of #fc5361

RGB 2528397
HSL0.990.970.66
HSV355°67°99°
CMYK 0.000.670.62   0.01
XYZ45.395827.745014.2720
Yxy27.74500.51930.3174
Hunter Lab52.673561.658620.8067
CIE-Lab59.657764.726528.8494

#fc5361 color RGB value is (252,83,97).

#fc5361 hex color red value is 252, green value is 83 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fc5361 hue: 0.99 , saturation: 0.97 and the lightness value of fc5361 is 0.66.

The process color (four color CMYK) of #fc5361 color hex is 0.00, 0.67, 0.62, 0.01. Web safe color of #fc5361 is #ff6666. Color #fc5361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 01100001
Octal 374 123 141
Decimal 252 83 97
Hex FC 53 61

RGB Percentages of Color #fc5361

%58.33
%19.21
%22.45

CMYK Percentages of Color #fc5361

%0
%67
%62
%1

Triadic Colors of #fc5361

#fc5361 #61fc53 #5361fc

Analogous Colors of #fc5361

#fc5361 #fc9a53 #fc53b6

Monochromatic Colors of #fc5361

#fc5361

Complementary Color

#fc5361 #53fcee

#fc5361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5361 Color CSS Codes

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

#fc5361 Text Font Color

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

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


#fc5361 Background Color

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

This div background color is #fc5361


#fc5361 Border Color

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

This div border color is #fc5361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5361


Comments

No comments written yet.

Please login to write comment.