Color Hex Logo

#fc304d Color Hex

#FC304D
(252,48,77)
0 Favorites   0 Comments

Color spaces of #fc304d

RGB 2524877
HSL0.980.970.59
HSV351°81°99°
CMYK 0.000.810.69   0.01
XYZ42.541423.34529.2851
Yxy23.34520.56590.3106
Hunter Lab48.316972.608822.4280
CIE-Lab55.426174.596135.1169

#fc304d color RGB value is (252,48,77).

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

The process color (four color CMYK) of #fc304d color hex is 0.00, 0.81, 0.69, 0.01. Web safe color of #fc304d is #ff3366. Color #fc304d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110000 01001101
Octal 374 60 115
Decimal 252 48 77
Hex FC 30 4D

RGB Percentages of Color #fc304d

%66.84
%12.73
%20.42

CMYK Percentages of Color #fc304d

%0
%81
%69
%1

Triadic Colors of #fc304d

#fc304d #4dfc30 #304dfc

Analogous Colors of #fc304d

#fc304d #fc7930 #fc30b3

Monochromatic Colors of #fc304d

#fc304d

Complementary Color

#fc304d #30fcdf

#fc304d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc304d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc304d Color CSS Codes

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

#fc304d Text Font Color

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

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


#fc304d Background Color

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

This div background color is #fc304d


#fc304d Border Color

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

This div border color is #fc304d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc304d


Comments

No comments written yet.

Please login to write comment.