Color Hex Logo

#ff8732 Color Hex

#FF8732
(255,135,50)
0 Favorites   0 Comments

Color spaces of #ff8732

RGB 25513550
HSL0.071.000.60
HSV25°80°100°
CMYK 0.000.470.80   0.00
XYZ50.479738.81827.8497
Yxy38.81820.51960.3996
Hunter Lab62.304335.590536.1430
CIE-Lab68.619440.175362.6563

#ff8732 color RGB value is (255,135,50).

#ff8732 hex color red value is 255, green value is 135 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ff8732 hue: 0.07 , saturation: 1.00 and the lightness value of ff8732 is 0.60.

The process color (four color CMYK) of #ff8732 color hex is 0.00, 0.47, 0.80, 0.00. Web safe color of #ff8732 is #ff9933. Color #ff8732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000111 00110010
Octal 377 207 62
Decimal 255 135 50
Hex FF 87 32

RGB Percentages of Color #ff8732

%57.95
%30.68
%11.36

CMYK Percentages of Color #ff8732

%0
%47
%80
%0

Triadic Colors of #ff8732

#ff8732 #32ff87 #8732ff

Analogous Colors of #ff8732

#ff8732 #ffee32 #ff3244

Monochromatic Colors of #ff8732

#ff8732

Complementary Color

#ff8732 #32aaff

#ff8732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8732 Color CSS Codes

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

#ff8732 Text Font Color

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

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


#ff8732 Background Color

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

This div background color is #ff8732


#ff8732 Border Color

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

This div border color is #ff8732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8732


Comments

No comments written yet.

Please login to write comment.