Color Hex Logo

#ff533c Color Hex

#FF533C
(255,83,60)
0 Favorites   0 Comments

Color spaces of #ff533c

RGB 2558360
HSL0.021.000.62
HSV76°100°
CMYK 0.000.670.76   0.00
XYZ45.148927.77287.2560
Yxy27.77280.56310.3464
Hunter Lab52.699960.699128.7266
CIE-Lab59.682963.907749.4024

#ff533c color RGB value is (255,83,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 00111100
Octal 377 123 74
Decimal 255 83 60
Hex FF 53 3C

RGB Percentages of Color #ff533c

%64.07
%20.85
%15.08

CMYK Percentages of Color #ff533c

%0
%67
%76
%0

Triadic Colors of #ff533c

#ff533c #3cff53 #533cff

Analogous Colors of #ff533c

#ff533c #ffb53c #ff3c87

Monochromatic Colors of #ff533c

#ff533c

Complementary Color

#ff533c #3ce8ff

#ff533c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff533c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff533c Color CSS Codes

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

#ff533c Text Font Color

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

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


#ff533c Background Color

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

This div background color is #ff533c


#ff533c Border Color

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

This div border color is #ff533c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff533c

Related Colors


Comments

No comments written yet.

Please login to write comment.