Color Hex Logo

#85062c Color Hex

#85062C
(133,6,44)
0 Favorites   0 Comments

Color spaces of #85062c

RGB 133644
HSL0.950.910.27
HSV342°95°52°
CMYK 0.000.950.67   0.48
XYZ10.19265.29862.8684
Yxy5.29860.55520.2886
Hunter Lab23.018738.75658.7248
CIE-Lab27.569149.750715.6091

#85062c color RGB value is (133,6,44).

#85062c hex color red value is 133, green value is 6 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #85062c hue: 0.95 , saturation: 0.91 and the lightness value of 85062c is 0.27.

The process color (four color CMYK) of #85062c color hex is 0.00, 0.95, 0.67, 0.48. Web safe color of #85062c is #990033. Color #85062c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000110 00101100
Octal 205 6 54
Decimal 133 6 44
Hex 85 6 2C

RGB Percentages of Color #85062c

%72.68
%3.28
%24.04

CMYK Percentages of Color #85062c

%0
%95
%67
%48

Triadic Colors of #85062c

#85062c #2c8506 #062c85

Analogous Colors of #85062c

#85062c #852006 #85066c

Monochromatic Colors of #85062c

#85062c

Complementary Color

#85062c #06855f

#85062c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85062c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85062c Color CSS Codes

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

#85062c Text Font Color

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

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


#85062c Background Color

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

This div background color is #85062c


#85062c Border Color

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

This div border color is #85062c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,6,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85062c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85062c;
  -webkit-box-shadow: 1px 1px 3px 2px #85062c;
  box-shadow:         1px 1px 3px 2px #85062c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85062c


Comments

No comments written yet.

Please login to write comment.