Color Hex Logo

#ff835c Color Hex

#FF835C
(255,131,92)
0 Favorites   0 Comments

Color spaces of #ff835c

RGB 25513192
HSL0.041.000.68
HSV14°64°100°
CMYK 0.000.490.64   0.00
XYZ51.288138.265314.8080
Yxy38.26530.49140.3667
Hunter Lab61.859039.743629.1082
CIE-Lab68.215744.065442.3484

#ff835c color RGB value is (255,131,92).

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

The process color (four color CMYK) of #ff835c color hex is 0.00, 0.49, 0.64, 0.00. Web safe color of #ff835c is #ff9966. Color #ff835c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000011 01011100
Octal 377 203 134
Decimal 255 131 92
Hex FF 83 5C

RGB Percentages of Color #ff835c

%53.35
%27.41
%19.25

CMYK Percentages of Color #ff835c

%0
%49
%64
%0

Triadic Colors of #ff835c

#ff835c #5cff83 #835cff

Analogous Colors of #ff835c

#ff835c #ffd55c #ff5c87

Monochromatic Colors of #ff835c

#ff835c

Complementary Color

#ff835c #5cd8ff

#ff835c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff835c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff835c Color CSS Codes

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

#ff835c Text Font Color

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

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


#ff835c Background Color

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

This div background color is #ff835c


#ff835c Border Color

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

This div border color is #ff835c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff835c


Comments

No comments written yet.

Please login to write comment.