Color Hex Logo

#86001a Color Hex

#86001A
(134,0,26)
0 Favorites   0 Comments

Color spaces of #86001a

RGB 134026
HSL0.971.000.26
HSV348°100°53°
CMYK 0.001.000.81   0.47
XYZ10.01805.14291.4420
Yxy5.14290.60340.3098
Hunter Lab22.678039.166012.1046
CIE-Lab27.138150.244327.0574

#86001a color RGB value is (134,0,26).

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

The process color (four color CMYK) of #86001a color hex is 0.00, 1.00, 0.81, 0.47. Web safe color of #86001a is #990033. Color #86001a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000000 00011010
Octal 206 0 32
Decimal 134 0 26
Hex 86 0 1A

RGB Percentages of Color #86001a

%83.75
%0.00
%16.25

CMYK Percentages of Color #86001a

%0
%100
%81
%47

Triadic Colors of #86001a

#86001a #1a8600 #001a86

Analogous Colors of #86001a

#86001a #862900 #86005d

Monochromatic Colors of #86001a

#86001a

Complementary Color

#86001a #00866c

#86001a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86001a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86001a Color CSS Codes

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

#86001a Text Font Color

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

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


#86001a Background Color

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

This div background color is #86001a


#86001a Border Color

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

This div border color is #86001a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86001a


Comments

No comments written yet.

Please login to write comment.