Color Hex Logo

#860029 Color Hex

#860029
(134,0,41)
0 Favorites   0 Comments

Color spaces of #860029

RGB 134041
HSL0.951.000.26
HSV342°100°53°
CMYK 0.001.000.69   0.47
XYZ10.23185.22842.5677
Yxy5.22840.56760.2900
Hunter Lab22.865739.85919.3480
CIE-Lab27.375850.887917.4326

#860029 color RGB value is (134,0,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000000 00101001
Octal 206 0 51
Decimal 134 0 41
Hex 86 0 29

RGB Percentages of Color #860029

%76.57
%0.00
%23.43

CMYK Percentages of Color #860029

%0
%100
%69
%47

Triadic Colors of #860029

#860029 #298600 #002986

Analogous Colors of #860029

#860029 #861a00 #86006c

Monochromatic Colors of #860029

#860029

Complementary Color

#860029 #00865d

#860029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#860029 Color CSS Codes

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

#860029 Text Font Color

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

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


#860029 Background Color

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

This div background color is #860029


#860029 Border Color

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

This div border color is #860029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860029

#860029 Color Palettes


Comments

No comments written yet.

Please login to write comment.