Color Hex Logo

#ff7325 Color Hex

#FF7325
(255,115,37)
0 Favorites   0 Comments

Color spaces of #ff7325

RGB 25511537
HSL0.061.000.57
HSV21°85°100°
CMYK 0.000.550.85   0.00
XYZ47.704733.65505.7320
Yxy33.65500.54780.3864
Hunter Lab58.012945.260034.7509
CIE-Lab64.687849.561864.1599

#ff7325 color RGB value is (255,115,37).

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

The process color (four color CMYK) of #ff7325 color hex is 0.00, 0.55, 0.85, 0.00. Web safe color of #ff7325 is #ff6633. Color #ff7325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110011 00100101
Octal 377 163 45
Decimal 255 115 37
Hex FF 73 25

RGB Percentages of Color #ff7325

%62.65
%28.26
%9.09

CMYK Percentages of Color #ff7325

%0
%55
%85
%0

Triadic Colors of #ff7325

#ff7325 #25ff73 #7325ff

Analogous Colors of #ff7325

#ff7325 #ffe025 #ff2544

Monochromatic Colors of #ff7325

#ff7325

Complementary Color

#ff7325 #25b1ff

#ff7325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7325 Color CSS Codes

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

#ff7325 Text Font Color

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

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


#ff7325 Background Color

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

This div background color is #ff7325


#ff7325 Border Color

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

This div border color is #ff7325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7325


Comments

No comments written yet.

Please login to write comment.