Color Hex Logo

#ff523e Color Hex

#FF523E
(255,82,62)
0 Favorites   0 Comments

Color spaces of #ff523e

RGB 2558262
HSL0.021.000.62
HSV76°100°
CMYK 0.000.680.76   0.00
XYZ45.126827.64247.5145
Yxy27.64240.56210.3443
Hunter Lab52.576061.201128.3291
CIE-Lab59.564364.355448.2462

#ff523e color RGB value is (255,82,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 00111110
Octal 377 122 76
Decimal 255 82 62
Hex FF 52 3E

RGB Percentages of Color #ff523e

%63.91
%20.55
%15.54

CMYK Percentages of Color #ff523e

%0
%68
%76
%0

Triadic Colors of #ff523e

#ff523e #3eff52 #523eff

Analogous Colors of #ff523e

#ff523e #ffb33e #ff3e8b

Monochromatic Colors of #ff523e

#ff523e

Complementary Color

#ff523e #3eebff

#ff523e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff523e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff523e Color CSS Codes

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

#ff523e Text Font Color

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

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


#ff523e Background Color

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

This div background color is #ff523e


#ff523e Border Color

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

This div border color is #ff523e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff523e

#ff523e Color Palettes


Comments

No comments written yet.

Please login to write comment.