Color Hex Logo

#fc2d46 Color Hex

#FC2D46
(252,45,70)
0 Favorites   0 Comments

Color spaces of #fc2d46

RGB 2524570
HSL0.980.970.58
HSV353°82°99°
CMYK 0.000.820.72   0.01
XYZ42.188823.01448.0130
Yxy23.01440.57620.3143
Hunter Lab47.973373.023523.6781
CIE-Lab55.087274.997638.7517

#fc2d46 color RGB value is (252,45,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101101 01000110
Octal 374 55 106
Decimal 252 45 70
Hex FC 2D 46

RGB Percentages of Color #fc2d46

%68.66
%12.26
%19.07

CMYK Percentages of Color #fc2d46

%0
%82
%72
%1

Triadic Colors of #fc2d46

#fc2d46 #46fc2d #2d46fc

Analogous Colors of #fc2d46

#fc2d46 #fc7c2d #fc2dae

Monochromatic Colors of #fc2d46

#fc2d46

Complementary Color

#fc2d46 #2dfce3

#fc2d46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2d46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2d46 Color CSS Codes

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

#fc2d46 Text Font Color

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

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


#fc2d46 Background Color

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

This div background color is #fc2d46


#fc2d46 Border Color

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

This div border color is #fc2d46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2d46


Comments

No comments written yet.

Please login to write comment.