Color Hex Logo

#fc383c Color Hex

#FC383C
(252,56,60)
0 Favorites   0 Comments

Color spaces of #fc383c

RGB 2525660
HSL1.000.970.60
HSV359°78°99°
CMYK 0.000.780.76   0.01
XYZ42.374723.85006.6451
Yxy23.85000.58150.3273
Hunter Lab48.836569.418126.1180
CIE-Lab55.937371.892645.2871

#fc383c color RGB value is (252,56,60).

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

The process color (four color CMYK) of #fc383c color hex is 0.00, 0.78, 0.76, 0.01. Web safe color of #fc383c is #ff3333. Color #fc383c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 00111100
Octal 374 70 74
Decimal 252 56 60
Hex FC 38 3C

RGB Percentages of Color #fc383c

%68.48
%15.22
%16.30

CMYK Percentages of Color #fc383c

%0
%78
%76
%1

Triadic Colors of #fc383c

#fc383c #3cfc38 #383cfc

Analogous Colors of #fc383c

#fc383c #fc9638 #fc389e

Monochromatic Colors of #fc383c

#fc383c

Complementary Color

#fc383c #38fcf8

#fc383c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc383c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc383c Color CSS Codes

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

#fc383c Text Font Color

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

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


#fc383c Background Color

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

This div background color is #fc383c


#fc383c Border Color

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

This div border color is #fc383c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc383c


Comments

No comments written yet.

Please login to write comment.