Color Hex Logo

#ff473c Color Hex

#FF473C
(255,71,60)
0 Favorites   0 Comments

Color spaces of #ff473c

RGB 2557160
HSL0.011.000.62
HSV76°100°
CMYK 0.000.720.76   0.00
XYZ44.308826.09276.9760
Yxy26.09270.57260.3372
Hunter Lab51.081065.443127.6596
CIE-Lab58.124968.188347.7730

#ff473c color RGB value is (255,71,60).

#ff473c hex color red value is 255, green value is 71 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ff473c hue: 0.01 , saturation: 1.00 and the lightness value of ff473c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000111 00111100
Octal 377 107 74
Decimal 255 71 60
Hex FF 47 3C

RGB Percentages of Color #ff473c

%66.06
%18.39
%15.54

CMYK Percentages of Color #ff473c

%0
%72
%76
%0

Triadic Colors of #ff473c

#ff473c #3cff47 #473cff

Analogous Colors of #ff473c

#ff473c #ffa93c #ff3c93

Monochromatic Colors of #ff473c

#ff473c

Complementary Color

#ff473c #3cf4ff

#ff473c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff473c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff473c Color CSS Codes

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

#ff473c Text Font Color

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

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


#ff473c Background Color

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

This div background color is #ff473c


#ff473c Border Color

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

This div border color is #ff473c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,71,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 #ff473c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff473c


Comments

No comments written yet.

Please login to write comment.