Color Hex Logo

#85283f Color Hex

#85283F
(133,40,63)
0 Favorites   0 Comments

Color spaces of #85283f

RGB 1334063
HSL0.960.540.34
HSV345°70°52°
CMYK 0.000.700.53   0.48
XYZ11.32896.86305.4302
Yxy6.86300.47960.2905
Hunter Lab26.197331.34616.0485
CIE-Lab31.493041.35588.2668

#85283f color RGB value is (133,40,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101000 00111111
Octal 205 50 77
Decimal 133 40 63
Hex 85 28 3F

RGB Percentages of Color #85283f

%56.36
%16.95
%26.69

CMYK Percentages of Color #85283f

%0
%70
%53
%48

Triadic Colors of #85283f

#85283f #3f8528 #283f85

Analogous Colors of #85283f

#85283f #854028 #85286e

Monochromatic Colors of #85283f

#85283f

Complementary Color

#85283f #28856e

#85283f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85283f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85283f Color CSS Codes

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

#85283f Text Font Color

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

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


#85283f Background Color

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

This div background color is #85283f


#85283f Border Color

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

This div border color is #85283f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,40,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 #85283f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85283f


Comments

No comments written yet.

Please login to write comment.