Color Hex Logo

#864074 Color Hex

#864074
(134,64,116)
0 Favorites   0 Comments

Color spaces of #864074

RGB 13464116
HSL0.880.350.39
HSV315°52°53°
CMYK 0.000.520.13   0.47
XYZ14.81739.996117.6715
Yxy9.99610.34880.2353
Hunter Lab31.616628.3260-11.0074
CIE-Lab37.835437.0506-16.2744

#864074 color RGB value is (134,64,116).

#864074 hex color red value is 134, green value is 64 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #864074 hue: 0.88 , saturation: 0.35 and the lightness value of 864074 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000000 01110100
Octal 206 100 164
Decimal 134 64 116
Hex 86 40 74

RGB Percentages of Color #864074

%42.68
%20.38
%36.94

CMYK Percentages of Color #864074

%0
%52
%13
%47

Triadic Colors of #864074

#864074 #748640 #407486

Analogous Colors of #864074

#864074 #864051 #754086

Monochromatic Colors of #864074

#864074

Complementary Color

#864074 #408652

#864074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864074 Color CSS Codes

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

#864074 Text Font Color

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

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


#864074 Background Color

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

This div background color is #864074


#864074 Border Color

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

This div border color is #864074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864074


Comments

No comments written yet.

Please login to write comment.