Color Hex Logo

#fc534c Color Hex

#FC534C
(252,83,76)
0 Favorites   0 Comments

Color spaces of #fc534c

RGB 2528376
HSL0.010.970.64
HSV70°99°
CMYK 0.000.670.70   0.01
XYZ44.542627.40389.7793
Yxy27.40380.54500.3353
Hunter Lab52.348660.272625.5680
CIE-Lab59.346263.604740.3408

#fc534c color RGB value is (252,83,76).

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

The process color (four color CMYK) of #fc534c color hex is 0.00, 0.67, 0.70, 0.01. Web safe color of #fc534c is #ff6633. Color #fc534c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 01001100
Octal 374 123 114
Decimal 252 83 76
Hex FC 53 4C

RGB Percentages of Color #fc534c

%61.31
%20.19
%18.49

CMYK Percentages of Color #fc534c

%0
%67
%70
%1

Triadic Colors of #fc534c

#fc534c #4cfc53 #534cfc

Analogous Colors of #fc534c

#fc534c #fcab4c #fc4c9d

Monochromatic Colors of #fc534c

#fc534c

Complementary Color

#fc534c #4cf5fc

#fc534c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc534c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc534c Color CSS Codes

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

#fc534c Text Font Color

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

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


#fc534c Background Color

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

This div background color is #fc534c


#fc534c Border Color

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

This div border color is #fc534c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc534c


Comments

No comments written yet.

Please login to write comment.