Color Hex Logo

#861001 Color Hex

#861001
(134,16,1)
0 Favorites   0 Comments

Color spaces of #861001

RGB 134161
HSL0.020.990.26
HSV99°53°
CMYK 0.000.880.99   0.47
XYZ10.02235.44110.5507
Yxy5.44110.62580.3398
Hunter Lab23.326235.873414.9286
CIE-Lab27.956246.751640.3235

#861001 color RGB value is (134,16,1).

#861001 hex color red value is 134, green value is 16 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #861001 hue: 0.02 , saturation: 0.99 and the lightness value of 861001 is 0.26.

The process color (four color CMYK) of #861001 color hex is 0.00, 0.88, 0.99, 0.47. Web safe color of #861001 is #990000. Color #861001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010000 00000001
Octal 206 20 1
Decimal 134 16 1
Hex 86 10 1

RGB Percentages of Color #861001

%88.74
%10.60
%0.66

CMYK Percentages of Color #861001

%0
%88
%99
%47

Triadic Colors of #861001

#861001 #018610 #100186

Analogous Colors of #861001

#861001 #865301 #860135

Monochromatic Colors of #861001

#861001

Complementary Color

#861001 #017786

#861001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#861001 Color CSS Codes

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

#861001 Text Font Color

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

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


#861001 Background Color

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

This div background color is #861001


#861001 Border Color

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

This div border color is #861001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861001


Comments

No comments written yet.

Please login to write comment.