Color Hex Logo

#863163 Color Hex

#863163
(134,49,99)
0 Favorites   0 Comments

Color spaces of #863163

RGB 1344999
HSL0.900.460.36
HSV325°63°53°
CMYK 0.000.630.26   0.47
XYZ13.18208.165812.6858
Yxy8.16580.38730.2399
Hunter Lab28.575932.3340-6.3177
CIE-Lab34.325841.8903-10.9136

#863163 color RGB value is (134,49,99).

#863163 hex color red value is 134, green value is 49 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #863163 hue: 0.90 , saturation: 0.46 and the lightness value of 863163 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110001 01100011
Octal 206 61 143
Decimal 134 49 99
Hex 86 31 63

RGB Percentages of Color #863163

%47.52
%17.38
%35.11

CMYK Percentages of Color #863163

%0
%63
%26
%47

Triadic Colors of #863163

#863163 #638631 #316386

Analogous Colors of #863163

#863163 #863139 #7f3186

Monochromatic Colors of #863163

#863163

Complementary Color

#863163 #318654

#863163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863163 Color CSS Codes

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

#863163 Text Font Color

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

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


#863163 Background Color

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

This div background color is #863163


#863163 Border Color

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

This div border color is #863163


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,49,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 #863163">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863163


Comments

No comments written yet.

Please login to write comment.