Color Hex Logo

#85263b Color Hex

#85263B
(133,38,59)
0 Favorites   0 Comments

Color spaces of #85263b

RGB 1333859
HSL0.960.560.34
HSV347°71°52°
CMYK 0.000.710.56   0.48
XYZ11.15546.68854.8407
Yxy6.68850.49180.2948
Hunter Lab25.862131.73567.0060
CIE-Lab31.087041.843110.3335

#85263b color RGB value is (133,38,59).

#85263b hex color red value is 133, green value is 38 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #85263b hue: 0.96 , saturation: 0.56 and the lightness value of 85263b is 0.34.

The process color (four color CMYK) of #85263b color hex is 0.00, 0.71, 0.56, 0.48. Web safe color of #85263b is #993333. Color #85263b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100110 00111011
Octal 205 46 73
Decimal 133 38 59
Hex 85 26 3B

RGB Percentages of Color #85263b

%57.83
%16.52
%25.65

CMYK Percentages of Color #85263b

%0
%71
%56
%48

Triadic Colors of #85263b

#85263b #3b8526 #263b85

Analogous Colors of #85263b

#85263b #854126 #85266b

Monochromatic Colors of #85263b

#85263b

Complementary Color

#85263b #268570

#85263b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85263b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85263b Color CSS Codes

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

#85263b Text Font Color

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

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


#85263b Background Color

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

This div background color is #85263b


#85263b Border Color

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

This div border color is #85263b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,38,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85263b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85263b;
  -webkit-box-shadow: 1px 1px 3px 2px #85263b;
  box-shadow:         1px 1px 3px 2px #85263b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,38,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85263b


Comments

No comments written yet.

Please login to write comment.