Color Hex Logo

#850005 Color Hex

#850005
(133,0,5)
0 Favorites   0 Comments

Color spaces of #850005

RGB 13305
HSL0.991.000.26
HSV358°100°52°
CMYK 0.001.000.96   0.48
XYZ9.70034.99750.5969
Yxy4.99750.63420.3267
Hunter Lab22.355138.333214.0655
CIE-Lab26.727649.489837.5444

#850005 color RGB value is (133,0,5).

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

The process color (four color CMYK) of #850005 color hex is 0.00, 1.00, 0.96, 0.48. Web safe color of #850005 is #990000. Color #850005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000000 00000101
Octal 205 0 5
Decimal 133 0 5
Hex 85 0 5

RGB Percentages of Color #850005

%96.38
%0.00
%3.62

CMYK Percentages of Color #850005

%0
%100
%96
%48

Triadic Colors of #850005

#850005 #058500 #000585

Analogous Colors of #850005

#850005 #853d00 #850048

Monochromatic Colors of #850005

#850005

Complementary Color

#850005 #008580

#850005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850005 Color CSS Codes

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

#850005 Text Font Color

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

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


#850005 Background Color

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

This div background color is #850005


#850005 Border Color

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

This div border color is #850005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850005


Comments

No comments written yet.

Please login to write comment.