Color Hex Logo

#fc382e Color Hex

#FC382E
(252,56,46)
0 Favorites   0 Comments

Color spaces of #fc382e

RGB 2525646
HSL0.010.970.58
HSV82°99°
CMYK 0.000.780.82   0.01
XYZ42.052223.72114.9470
Yxy23.72110.59460.3354
Hunter Lab48.704368.887628.0708
CIE-Lab55.807571.480852.4401

#fc382e color RGB value is (252,56,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 00101110
Octal 374 70 56
Decimal 252 56 46
Hex FC 38 2E

RGB Percentages of Color #fc382e

%71.19
%15.82
%12.99

CMYK Percentages of Color #fc382e

%0
%78
%82
%1

Triadic Colors of #fc382e

#fc382e #2efc38 #382efc

Analogous Colors of #fc382e

#fc382e #fc9f2e #fc2e8b

Monochromatic Colors of #fc382e

#fc382e

Complementary Color

#fc382e #2ef2fc

#fc382e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc382e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc382e Color CSS Codes

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

#fc382e Text Font Color

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

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


#fc382e Background Color

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

This div background color is #fc382e


#fc382e Border Color

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

This div border color is #fc382e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc382e

Related Colors


Comments

No comments written yet.

Please login to write comment.