Color Hex Logo

#85293f Color Hex

#85293F
(133,41,63)
0 Favorites   0 Comments

Color spaces of #85293f

RGB 1334163
HSL0.960.530.34
HSV346°69°52°
CMYK 0.000.690.53   0.48
XYZ11.36306.93135.4416
Yxy6.93130.47870.2920
Hunter Lab26.327430.96856.1745
CIE-Lab31.650040.92568.4860

#85293f color RGB value is (133,41,63).

#85293f hex color red value is 133, green value is 41 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #85293f hue: 0.96 , saturation: 0.53 and the lightness value of 85293f is 0.34.

The process color (four color CMYK) of #85293f color hex is 0.00, 0.69, 0.53, 0.48. Web safe color of #85293f is #993333. Color #85293f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101001 00111111
Octal 205 51 77
Decimal 133 41 63
Hex 85 29 3F

RGB Percentages of Color #85293f

%56.12
%17.30
%26.58

CMYK Percentages of Color #85293f

%0
%69
%53
%48

Triadic Colors of #85293f

#85293f #3f8529 #293f85

Analogous Colors of #85293f

#85293f #854129 #85296d

Monochromatic Colors of #85293f

#85293f

Complementary Color

#85293f #29856f

#85293f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85293f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85293f Color CSS Codes

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

#85293f Text Font Color

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

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


#85293f Background Color

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

This div background color is #85293f


#85293f Border Color

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

This div border color is #85293f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,41,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85293f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85293f;
  -webkit-box-shadow: 1px 1px 3px 2px #85293f;
  box-shadow:         1px 1px 3px 2px #85293f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85293f


Comments

No comments written yet.

Please login to write comment.