Color Hex Logo

#ff524a Color Hex

#FF524A
(255,82,74)
0 Favorites   0 Comments

Color spaces of #ff524a

RGB 2558274
HSL0.011.000.65
HSV71°100°
CMYK 0.000.680.71   0.00
XYZ45.493327.78909.4446
Yxy27.78900.54990.3359
Hunter Lab52.715361.793826.2781
CIE-Lab59.697664.833841.9803

#ff524a color RGB value is (255,82,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 01001010
Octal 377 122 112
Decimal 255 82 74
Hex FF 52 4A

RGB Percentages of Color #ff524a

%62.04
%19.95
%18.00

CMYK Percentages of Color #ff524a

%0
%68
%71
%0

Triadic Colors of #ff524a

#ff524a #4aff52 #524aff

Analogous Colors of #ff524a

#ff524a #ffad4a #ff4a9d

Monochromatic Colors of #ff524a

#ff524a

Complementary Color

#ff524a #4af7ff

#ff524a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff524a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff524a Color CSS Codes

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

#ff524a Text Font Color

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

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


#ff524a Background Color

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

This div background color is #ff524a


#ff524a Border Color

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

This div border color is #ff524a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff524a

Related Colors


Comments

No comments written yet.

Please login to write comment.