Color Hex Logo

#85020a Color Hex

#85020A
(133,2,10)
0 Favorites   0 Comments

Color spaces of #85020a

RGB 133210
HSL0.990.970.26
HSV356°98°52°
CMYK 0.000.980.92   0.48
XYZ9.74945.05190.7484
Yxy5.05190.62700.3249
Hunter Lab22.476438.092613.7593
CIE-Lab26.882149.217535.6438

#85020a color RGB value is (133,2,10).

#85020a hex color red value is 133, green value is 2 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #85020a hue: 0.99 , saturation: 0.97 and the lightness value of 85020a is 0.26.

The process color (four color CMYK) of #85020a color hex is 0.00, 0.98, 0.92, 0.48. Web safe color of #85020a is #990000. Color #85020a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000010 00001010
Octal 205 2 12
Decimal 133 2 10
Hex 85 2 A

RGB Percentages of Color #85020a

%91.72
%1.38
%6.90

CMYK Percentages of Color #85020a

%0
%98
%92
%48

Triadic Colors of #85020a

#85020a #0a8502 #020a85

Analogous Colors of #85020a

#85020a #853c02 #85024b

Monochromatic Colors of #85020a

#85020a

Complementary Color

#85020a #02857d

#85020a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85020a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85020a Color CSS Codes

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

#85020a Text Font Color

<p style="color:#85020a">Text here</p>

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


#85020a Background Color

<div style="background-color:#85020a">
Div content here</div>

This div background color is #85020a


#85020a Border Color

<div style="border:3px solid #85020a">
Div here</div>

This div border color is #85020a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,2,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85020a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85020a;
  -webkit-box-shadow: 1px 1px 3px 2px #85020a;
  box-shadow:         1px 1px 3px 2px #85020a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85020a


Comments

No comments written yet.

Please login to write comment.