Color Hex Logo

#85092d Color Hex

#85092D
(133,9,45)
0 Favorites   0 Comments

Color spaces of #85092d

RGB 133945
HSL0.950.870.28
HSV343°93°52°
CMYK 0.000.930.66   0.48
XYZ10.24425.37142.9795
Yxy5.37140.55090.2889
Hunter Lab23.176338.34078.6012
CIE-Lab27.767749.294715.1930

#85092d color RGB value is (133,9,45).

#85092d hex color red value is 133, green value is 9 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #85092d hue: 0.95 , saturation: 0.87 and the lightness value of 85092d is 0.28.

The process color (four color CMYK) of #85092d color hex is 0.00, 0.93, 0.66, 0.48. Web safe color of #85092d is #990033. Color #85092d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001001 00101101
Octal 205 11 55
Decimal 133 9 45
Hex 85 9 2D

RGB Percentages of Color #85092d

%71.12
%4.81
%24.06

CMYK Percentages of Color #85092d

%0
%93
%66
%48

Triadic Colors of #85092d

#85092d #2d8509 #092d85

Analogous Colors of #85092d

#85092d #852309 #85096b

Monochromatic Colors of #85092d

#85092d

Complementary Color

#85092d #098561

#85092d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85092d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85092d Color CSS Codes

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

#85092d Text Font Color

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

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


#85092d Background Color

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

This div background color is #85092d


#85092d Border Color

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

This div border color is #85092d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,9,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85092d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85092d;
  -webkit-box-shadow: 1px 1px 3px 2px #85092d;
  box-shadow:         1px 1px 3px 2px #85092d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85092d


Comments

No comments written yet.

Please login to write comment.