Color Hex Logo

#ff474e Color Hex

#FF474E
(255,71,78)
0 Favorites   0 Comments

Color spaces of #ff474e

RGB 2557178
HSL0.991.000.64
HSV358°72°100°
CMYK 0.000.720.69   0.00
XYZ44.868426.31659.9225
Yxy26.31650.55320.3245
Hunter Lab51.299666.347924.4417
CIE-Lab58.336368.902738.1643

#ff474e color RGB value is (255,71,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000111 01001110
Octal 377 107 116
Decimal 255 71 78
Hex FF 47 4E

RGB Percentages of Color #ff474e

%63.12
%17.57
%19.31

CMYK Percentages of Color #ff474e

%0
%72
%69
%0

Triadic Colors of #ff474e

#ff474e #4eff47 #474eff

Analogous Colors of #ff474e

#ff474e #ff9c47 #ff47aa

Monochromatic Colors of #ff474e

#ff474e

Complementary Color

#ff474e #47fff8

#ff474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff474e Color CSS Codes

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

#ff474e Text Font Color

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

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


#ff474e Background Color

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

This div background color is #ff474e


#ff474e Border Color

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

This div border color is #ff474e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff474e


Comments

No comments written yet.

Please login to write comment.