Color Hex Logo

#ff464a Color Hex

#FF464A
(255,70,74)
0 Favorites   0 Comments

Color spaces of #ff464a

RGB 2557074
HSL1.001.000.64
HSV359°73°100°
CMYK 0.000.730.71   0.00
XYZ44.666226.13479.1689
Yxy26.13470.55850.3268
Hunter Lab51.122166.494625.1516
CIE-Lab58.164769.056540.2073

#ff464a color RGB value is (255,70,74).

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

The process color (four color CMYK) of #ff464a color hex is 0.00, 0.73, 0.71, 0.00. Web safe color of #ff464a is #ff3333. Color #ff464a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000110 01001010
Octal 377 106 112
Decimal 255 70 74
Hex FF 46 4A

RGB Percentages of Color #ff464a

%63.91
%17.54
%18.55

CMYK Percentages of Color #ff464a

%0
%73
%71
%0

Triadic Colors of #ff464a

#ff464a #4aff46 #464aff

Analogous Colors of #ff464a

#ff464a #ff9f46 #ff46a7

Monochromatic Colors of #ff464a

#ff464a

Complementary Color

#ff464a #46fffb

#ff464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff464a Color CSS Codes

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

#ff464a Text Font Color

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

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


#ff464a Background Color

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

This div background color is #ff464a


#ff464a Border Color

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

This div border color is #ff464a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff464a


Comments

No comments written yet.

Please login to write comment.