Color Hex Logo

#865173 Color Hex

#865173
(134,81,115)
0 Favorites   0 Comments

Color spaces of #865173

RGB 13481115
HSL0.890.250.42
HSV322°40°53°
CMYK 0.000.400.14   0.47
XYZ15.868512.191017.7364
Yxy12.19100.34650.2662
Hunter Lab34.915620.0226-5.6771
CIE-Lab41.518127.3960-10.0583

#865173 color RGB value is (134,81,115).

#865173 hex color red value is 134, green value is 81 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #865173 hue: 0.89 , saturation: 0.25 and the lightness value of 865173 is 0.42.

The process color (four color CMYK) of #865173 color hex is 0.00, 0.40, 0.14, 0.47. Web safe color of #865173 is #996666. Color #865173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010001 01110011
Octal 206 121 163
Decimal 134 81 115
Hex 86 51 73

RGB Percentages of Color #865173

%40.61
%24.55
%34.85

CMYK Percentages of Color #865173

%0
%40
%14
%47

Triadic Colors of #865173

#865173 #738651 #517386

Analogous Colors of #865173

#865173 #865159 #7f5186

Monochromatic Colors of #865173

#865173

Complementary Color

#865173 #518664

#865173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865173 Color CSS Codes

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

#865173 Text Font Color

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

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


#865173 Background Color

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

This div background color is #865173


#865173 Border Color

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

This div border color is #865173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865173


Comments

No comments written yet.

Please login to write comment.