Color Hex Logo

#85002a Color Hex

#85002A
(133,0,42)
0 Favorites   0 Comments

Color spaces of #85002a

RGB 133042
HSL0.951.000.26
HSV341°100°52°
CMYK 0.001.000.68   0.48
XYZ10.09085.15372.6534
Yxy5.15370.56380.2879
Hunter Lab22.701839.61418.9614
CIE-Lab27.168250.684916.4436

#85002a color RGB value is (133,0,42).

#85002a hex color red value is 133, green value is 0 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #85002a hue: 0.95 , saturation: 1.00 and the lightness value of 85002a is 0.26.

The process color (four color CMYK) of #85002a color hex is 0.00, 1.00, 0.68, 0.48. Web safe color of #85002a is #990033. Color #85002a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000000 00101010
Octal 205 0 52
Decimal 133 0 42
Hex 85 0 2A

RGB Percentages of Color #85002a

%76.00
%0.00
%24.00

CMYK Percentages of Color #85002a

%0
%100
%68
%48

Triadic Colors of #85002a

#85002a #2a8500 #002a85

Analogous Colors of #85002a

#85002a #851800 #85006d

Monochromatic Colors of #85002a

#85002a

Complementary Color

#85002a #00855b

#85002a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85002a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85002a Color CSS Codes

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

#85002a Text Font Color

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

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


#85002a Background Color

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

This div background color is #85002a


#85002a Border Color

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

This div border color is #85002a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85002a


Comments

No comments written yet.

Please login to write comment.