Color Hex Logo

#ff5324 Color Hex

#FF5324
(255,83,36)
0 Favorites   0 Comments

Color spaces of #ff5324

RGB 2558336
HSL0.041.000.57
HSV13°86°100°
CMYK 0.000.670.86   0.00
XYZ44.651727.57394.6380
Yxy27.57390.58090.3587
Hunter Lab52.510959.890431.5208
CIE-Lab59.501863.251060.3276

#ff5324 color RGB value is (255,83,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 00100100
Octal 377 123 44
Decimal 255 83 36
Hex FF 53 24

RGB Percentages of Color #ff5324

%68.18
%22.19
%9.63

CMYK Percentages of Color #ff5324

%0
%67
%86
%0

Triadic Colors of #ff5324

#ff5324 #24ff53 #5324ff

Analogous Colors of #ff5324

#ff5324 #ffc124 #ff2462

Monochromatic Colors of #ff5324

#ff5324

Complementary Color

#ff5324 #24d0ff

#ff5324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5324 Color CSS Codes

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

#ff5324 Text Font Color

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

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


#ff5324 Background Color

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

This div background color is #ff5324


#ff5324 Border Color

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

This div border color is #ff5324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5324


Comments

No comments written yet.

Please login to write comment.