Color Hex Logo

#fc845c Color Hex

#FC845C
(252,132,92)
0 Favorites   0 Comments

Color spaces of #fc845c

RGB 25213292
HSL0.040.960.67
HSV15°63°99°
CMYK 0.000.480.63   0.01
XYZ50.327937.970714.8017
Yxy37.97070.48810.3683
Hunter Lab61.620437.952728.8923
CIE-Lab67.999042.443041.9894

#fc845c color RGB value is (252,132,92).

#fc845c hex color red value is 252, green value is 132 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fc845c hue: 0.04 , saturation: 0.96 and the lightness value of fc845c is 0.67.

The process color (four color CMYK) of #fc845c color hex is 0.00, 0.48, 0.63, 0.01. Web safe color of #fc845c is #ff9966. Color #fc845c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000100 01011100
Octal 374 204 134
Decimal 252 132 92
Hex FC 84 5C

RGB Percentages of Color #fc845c

%52.94
%27.73
%19.33

CMYK Percentages of Color #fc845c

%0
%48
%63
%1

Triadic Colors of #fc845c

#fc845c #5cfc84 #845cfc

Analogous Colors of #fc845c

#fc845c #fcd45c #fc5c84

Monochromatic Colors of #fc845c

#fc845c

Complementary Color

#fc845c #5cd4fc

#fc845c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc845c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc845c Color CSS Codes

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

#fc845c Text Font Color

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

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


#fc845c Background Color

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

This div background color is #fc845c


#fc845c Border Color

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

This div border color is #fc845c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc845c

Related Colors


Comments

No comments written yet.

Please login to write comment.