Color Hex Logo

#860509 Color Hex

#860509
(134,5,9)
0 Favorites   0 Comments

Color spaces of #860509

RGB 13459
HSL0.990.930.27
HSV358°96°53°
CMYK 0.000.960.93   0.47
XYZ9.93515.19660.7378
Yxy5.19660.62600.3275
Hunter Lab22.796137.901814.0383
CIE-Lab27.287748.946136.4947

#860509 color RGB value is (134,5,9).

#860509 hex color red value is 134, green value is 5 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #860509 hue: 0.99 , saturation: 0.93 and the lightness value of 860509 is 0.27.

The process color (four color CMYK) of #860509 color hex is 0.00, 0.96, 0.93, 0.47. Web safe color of #860509 is #990000. Color #860509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000101 00001001
Octal 206 5 11
Decimal 134 5 9
Hex 86 5 9

RGB Percentages of Color #860509

%90.54
%3.38
%6.08

CMYK Percentages of Color #860509

%0
%96
%93
%47

Triadic Colors of #860509

#860509 #098605 #050986

Analogous Colors of #860509

#860509 #864205 #86054a

Monochromatic Colors of #860509

#860509

Complementary Color

#860509 #058682

#860509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#860509 Color CSS Codes

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

#860509 Text Font Color

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

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


#860509 Background Color

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

This div background color is #860509


#860509 Border Color

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

This div border color is #860509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860509


Comments

No comments written yet.

Please login to write comment.