Color Hex Logo

#864790 Color Hex

#864790
(134,71,144)
0 Favorites   0 Comments

Color spaces of #864790

RGB 13471144
HSL0.810.340.42
HSV292°51°56°
CMYK 0.070.510.00   0.44
XYZ17.118811.588427.7201
Yxy11.58840.30340.2054
Hunter Lab34.041730.1905-24.4505
CIE-Lab40.554338.5990-29.2504

#864790 color RGB value is (134,71,144).

#864790 hex color red value is 134, green value is 71 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #864790 hue: 0.81 , saturation: 0.34 and the lightness value of 864790 is 0.42.

The process color (four color CMYK) of #864790 color hex is 0.07, 0.51, 0.00, 0.44. Web safe color of #864790 is #993399. Color #864790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000111 10010000
Octal 206 107 220
Decimal 134 71 144
Hex 86 47 90

RGB Percentages of Color #864790

%38.40
%20.34
%41.26

CMYK Percentages of Color #864790

%7
%51
%0
%44

Triadic Colors of #864790

#864790 #908647 #479086

Analogous Colors of #864790

#864790 #904776 #614790

Monochromatic Colors of #864790

#864790

Complementary Color

#864790 #519047

#864790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864790 Color CSS Codes

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

#864790 Text Font Color

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

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


#864790 Background Color

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

This div background color is #864790


#864790 Border Color

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

This div border color is #864790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864790


Comments

No comments written yet.

Please login to write comment.