Color Hex Logo

#864675 Color Hex

#864675
(134,70,117)
0 Favorites   0 Comments

Color spaces of #864675

RGB 13470117
HSL0.880.310.40
HSV316°48°53°
CMYK 0.000.480.13   0.47
XYZ15.232610.733018.0985
Yxy10.73300.34570.2436
Hunter Lab32.761325.6628-9.8211
CIE-Lab39.127133.9742-14.9191

#864675 color RGB value is (134,70,117).

#864675 hex color red value is 134, green value is 70 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #864675 hue: 0.88 , saturation: 0.31 and the lightness value of 864675 is 0.40.

The process color (four color CMYK) of #864675 color hex is 0.00, 0.48, 0.13, 0.47. Web safe color of #864675 is #993366. Color #864675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000110 01110101
Octal 206 106 165
Decimal 134 70 117
Hex 86 46 75

RGB Percentages of Color #864675

%41.74
%21.81
%36.45

CMYK Percentages of Color #864675

%0
%48
%13
%47

Triadic Colors of #864675

#864675 #758646 #467586

Analogous Colors of #864675

#864675 #864655 #774686

Monochromatic Colors of #864675

#864675

Complementary Color

#864675 #468657

#864675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864675 Color CSS Codes

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

#864675 Text Font Color

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

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


#864675 Background Color

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

This div background color is #864675


#864675 Border Color

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

This div border color is #864675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864675


Comments

No comments written yet.

Please login to write comment.