Color Hex Logo

#863302 Color Hex

#863302
(134,51,2)
0 Favorites   0 Comments

Color spaces of #863302

RGB 134512
HSL0.060.970.27
HSV22°99°53°
CMYK 0.000.620.99   0.47
XYZ11.02637.44040.9124
Yxy7.44040.56900.3839
Hunter Lab27.277124.420717.1108
CIE-Lab32.789233.558143.4826

#863302 color RGB value is (134,51,2).

#863302 hex color red value is 134, green value is 51 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #863302 hue: 0.06 , saturation: 0.97 and the lightness value of 863302 is 0.27.

The process color (four color CMYK) of #863302 color hex is 0.00, 0.62, 0.99, 0.47. Web safe color of #863302 is #993300. Color #863302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110011 00000010
Octal 206 63 2
Decimal 134 51 2
Hex 86 33 2

RGB Percentages of Color #863302

%71.66
%27.27
%1.07

CMYK Percentages of Color #863302

%0
%62
%99
%47

Triadic Colors of #863302

#863302 #028633 #330286

Analogous Colors of #863302

#863302 #867502 #860213

Monochromatic Colors of #863302

#863302

Complementary Color

#863302 #025586

#863302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863302 Color CSS Codes

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

#863302 Text Font Color

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

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


#863302 Background Color

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

This div background color is #863302


#863302 Border Color

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

This div border color is #863302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863302


Comments

No comments written yet.

Please login to write comment.