Color Hex Logo

#862463 Color Hex

#862463
(134,36,99)
0 Favorites   0 Comments

Color spaces of #862463

RGB 1343699
HSL0.890.580.33
HSV321°73°53°
CMYK 0.000.730.26   0.47
XYZ12.71457.230912.5300
Yxy7.23090.39150.2227
Hunter Lab26.890337.3417-8.8039
CIE-Lab32.326947.4099-13.9586

#862463 color RGB value is (134,36,99).

#862463 hex color red value is 134, green value is 36 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #862463 hue: 0.89 , saturation: 0.58 and the lightness value of 862463 is 0.33.

The process color (four color CMYK) of #862463 color hex is 0.00, 0.73, 0.26, 0.47. Web safe color of #862463 is #993366. Color #862463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100100 01100011
Octal 206 44 143
Decimal 134 36 99
Hex 86 24 63

RGB Percentages of Color #862463

%49.81
%13.38
%36.80

CMYK Percentages of Color #862463

%0
%73
%26
%47

Triadic Colors of #862463

#862463 #638624 #246386

Analogous Colors of #862463

#862463 #862432 #782486

Monochromatic Colors of #862463

#862463

Complementary Color

#862463 #248647

#862463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862463 Color CSS Codes

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

#862463 Text Font Color

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

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


#862463 Background Color

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

This div background color is #862463


#862463 Border Color

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

This div border color is #862463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862463


Comments

No comments written yet.

Please login to write comment.