Color Hex Logo

#ff474f Color Hex

#FF474F
(255,71,79)
0 Favorites   0 Comments

Color spaces of #ff474f

RGB 2557179
HSL0.991.000.64
HSV357°72°100°
CMYK 0.000.720.69   0.00
XYZ44.904526.331010.1128
Yxy26.33100.55200.3237
Hunter Lab51.313766.405824.2349
CIE-Lab58.349968.948337.6161

#ff474f color RGB value is (255,71,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000111 01001111
Octal 377 107 117
Decimal 255 71 79
Hex FF 47 4F

RGB Percentages of Color #ff474f

%62.96
%17.53
%19.51

CMYK Percentages of Color #ff474f

%0
%72
%69
%0

Triadic Colors of #ff474f

#ff474f #4fff47 #474fff

Analogous Colors of #ff474f

#ff474f #ff9b47 #ff47ab

Monochromatic Colors of #ff474f

#ff474f

Complementary Color

#ff474f #47fff7

#ff474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff474f Color CSS Codes

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

#ff474f Text Font Color

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

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


#ff474f Background Color

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

This div background color is #ff474f


#ff474f Border Color

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

This div border color is #ff474f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,71,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff474f


Comments

No comments written yet.

Please login to write comment.