Color Hex Logo

#863872 Color Hex

#863872
(134,56,114)
0 Favorites   0 Comments

Color spaces of #863872

RGB 13456114
HSL0.880.410.37
HSV315°58°53°
CMYK 0.000.580.15   0.47
XYZ14.28309.111616.9255
Yxy9.11160.35420.2260
Hunter Lab30.185431.6373-12.1151
CIE-Lab36.198340.8331-17.5398

#863872 color RGB value is (134,56,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111000 01110010
Octal 206 70 162
Decimal 134 56 114
Hex 86 38 72

RGB Percentages of Color #863872

%44.08
%18.42
%37.50

CMYK Percentages of Color #863872

%0
%58
%15
%47

Triadic Colors of #863872

#863872 #728638 #387286

Analogous Colors of #863872

#863872 #86384b #733886

Monochromatic Colors of #863872

#863872

Complementary Color

#863872 #38864c

#863872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863872 Color CSS Codes

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

#863872 Text Font Color

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

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


#863872 Background Color

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

This div background color is #863872


#863872 Border Color

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

This div border color is #863872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863872


Comments

No comments written yet.

Please login to write comment.