Color Hex Logo

#860015 Color Hex

#860015
(134,0,21)
0 Favorites   0 Comments

Color spaces of #860015

RGB 134021
HSL0.971.000.26
HSV351°100°53°
CMYK 0.001.000.84   0.47
XYZ9.96695.12251.1729
Yxy5.12250.61290.3150
Hunter Lab22.632938.998712.7705
CIE-Lab27.081050.088230.1072

#860015 color RGB value is (134,0,21).

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

The process color (four color CMYK) of #860015 color hex is 0.00, 1.00, 0.84, 0.47. Web safe color of #860015 is #990000. Color #860015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000000 00010101
Octal 206 0 25
Decimal 134 0 21
Hex 86 0 15

RGB Percentages of Color #860015

%86.45
%0.00
%13.55

CMYK Percentages of Color #860015

%0
%100
%84
%47

Triadic Colors of #860015

#860015 #158600 #001586

Analogous Colors of #860015

#860015 #862e00 #860058

Monochromatic Colors of #860015

#860015

Complementary Color

#860015 #008671

#860015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#860015 Color CSS Codes

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

#860015 Text Font Color

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

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


#860015 Background Color

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

This div background color is #860015


#860015 Border Color

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

This div border color is #860015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860015


Comments

No comments written yet.

Please login to write comment.