Color Hex Logo

#865867 Color Hex

#865867
(134,88,103)
0 Favorites   0 Comments

Color spaces of #865867

RGB 13488103
HSL0.950.210.44
HSV340°34°53°
CMYK 0.000.340.23   0.47
XYZ15.769413.027114.5153
Yxy13.02710.36410.3008
Hunter Lab36.093114.82541.4209
CIE-Lab42.804121.2787-0.7826

#865867 color RGB value is (134,88,103).

#865867 hex color red value is 134, green value is 88 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #865867 hue: 0.95 , saturation: 0.21 and the lightness value of 865867 is 0.44.

The process color (four color CMYK) of #865867 color hex is 0.00, 0.34, 0.23, 0.47. Web safe color of #865867 is #996666. Color #865867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011000 01100111
Octal 206 130 147
Decimal 134 88 103
Hex 86 58 67

RGB Percentages of Color #865867

%41.23
%27.08
%31.69

CMYK Percentages of Color #865867

%0
%34
%23
%47

Triadic Colors of #865867

#865867 #678658 #586786

Analogous Colors of #865867

#865867 #866058 #86587e

Monochromatic Colors of #865867

#865867

Complementary Color

#865867 #588677

#865867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865867 Color CSS Codes

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

#865867 Text Font Color

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

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


#865867 Background Color

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

This div background color is #865867


#865867 Border Color

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

This div border color is #865867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865867


Comments

No comments written yet.

Please login to write comment.