Color Hex Logo

#863869 Color Hex

#863869
(134,56,105)
0 Favorites   0 Comments

Color spaces of #863869

RGB 13456105
HSL0.900.410.37
HSV322°58°53°
CMYK 0.000.580.22   0.47
XYZ13.79558.916614.3586
Yxy8.91660.37210.2405
Hunter Lab29.860730.2100-7.6073
CIE-Lab35.823239.3903-12.4495

#863869 color RGB value is (134,56,105).

#863869 hex color red value is 134, green value is 56 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #863869 hue: 0.90 , saturation: 0.41 and the lightness value of 863869 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111000 01101001
Octal 206 70 151
Decimal 134 56 105
Hex 86 38 69

RGB Percentages of Color #863869

%45.42
%18.98
%35.59

CMYK Percentages of Color #863869

%0
%58
%22
%47

Triadic Colors of #863869

#863869 #698638 #386986

Analogous Colors of #863869

#863869 #863842 #7c3886

Monochromatic Colors of #863869

#863869

Complementary Color

#863869 #388655

#863869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863869 Color CSS Codes

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

#863869 Text Font Color

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

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


#863869 Background Color

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

This div background color is #863869


#863869 Border Color

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

This div border color is #863869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863869


Comments

No comments written yet.

Please login to write comment.