Color Hex Logo

#863168 Color Hex

#863168
(134,49,104)
0 Favorites   0 Comments

Color spaces of #863168

RGB 13449104
HSL0.890.460.36
HSV321°63°53°
CMYK 0.000.630.22   0.47
XYZ13.42858.264413.9841
Yxy8.26440.37640.2316
Hunter Lab28.747933.0709-8.7175
CIE-Lab34.527642.6240-13.7905

#863168 color RGB value is (134,49,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110001 01101000
Octal 206 61 150
Decimal 134 49 104
Hex 86 31 68

RGB Percentages of Color #863168

%46.69
%17.07
%36.24

CMYK Percentages of Color #863168

%0
%63
%22
%47

Triadic Colors of #863168

#863168 #688631 #316886

Analogous Colors of #863168

#863168 #86313e #7a3186

Monochromatic Colors of #863168

#863168

Complementary Color

#863168 #31864f

#863168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863168 Color CSS Codes

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

#863168 Text Font Color

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

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


#863168 Background Color

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

This div background color is #863168


#863168 Border Color

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

This div border color is #863168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863168


Comments

No comments written yet.

Please login to write comment.