Color Hex Logo

#ff504a Color Hex

#FF504A
(255,80,74)
0 Favorites   0 Comments

Color spaces of #ff504a

RGB 2558074
HSL0.011.000.65
HSV71°100°
CMYK 0.000.690.71   0.00
XYZ45.344727.49179.3951
Yxy27.49170.55140.3343
Hunter Lab52.432562.613426.0789
CIE-Lab59.426765.575241.6681

#ff504a color RGB value is (255,80,74).

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

The process color (four color CMYK) of #ff504a color hex is 0.00, 0.69, 0.71, 0.00. Web safe color of #ff504a is #ff6633. Color #ff504a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010000 01001010
Octal 377 120 112
Decimal 255 80 74
Hex FF 50 4A

RGB Percentages of Color #ff504a

%62.35
%19.56
%18.09

CMYK Percentages of Color #ff504a

%0
%69
%71
%0

Triadic Colors of #ff504a

#ff504a #4aff50 #504aff

Analogous Colors of #ff504a

#ff504a #ffab4a #ff4a9f

Monochromatic Colors of #ff504a

#ff504a

Complementary Color

#ff504a #4af9ff

#ff504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff504a Color CSS Codes

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

#ff504a Text Font Color

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

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


#ff504a Background Color

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

This div background color is #ff504a


#ff504a Border Color

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

This div border color is #ff504a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff504a


Comments

No comments written yet.

Please login to write comment.