Color Hex Logo

#865390 Color Hex

#865390
(134,83,144)
0 Favorites   0 Comments

Color spaces of #865390

RGB 13483144
HSL0.810.270.45
HSV290°42°56°
CMYK 0.070.420.00   0.44
XYZ17.958813.268528.0001
Yxy13.26850.30320.2240
Hunter Lab36.426024.2590-20.0772
CIE-Lab43.165131.8908-25.1745

#865390 color RGB value is (134,83,144).

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

The process color (four color CMYK) of #865390 color hex is 0.07, 0.42, 0.00, 0.44. Web safe color of #865390 is #996699. Color #865390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010011 10010000
Octal 206 123 220
Decimal 134 83 144
Hex 86 53 90

RGB Percentages of Color #865390

%37.12
%22.99
%39.89

CMYK Percentages of Color #865390

%7
%42
%0
%44

Triadic Colors of #865390

#865390 #908653 #539086

Analogous Colors of #865390

#865390 #90537c #685390

Monochromatic Colors of #865390

#865390

Complementary Color

#865390 #5d9053

#865390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865390 Color CSS Codes

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

#865390 Text Font Color

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

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


#865390 Background Color

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

This div background color is #865390


#865390 Border Color

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

This div border color is #865390


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,83,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 #865390">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865390


Comments

No comments written yet.

Please login to write comment.