Color Hex Logo

#865990 Color Hex

#865990
(134,89,144)
0 Favorites   0 Comments

Color spaces of #865990

RGB 13489144
HSL0.800.240.46
HSV289°38°56°
CMYK 0.070.380.00   0.44
XYZ18.437914.226728.1598
Yxy14.22670.30310.2339
Hunter Lab37.718321.2494-17.8620
CIE-Lab44.556328.4231-23.0171

#865990 color RGB value is (134,89,144).

#865990 hex color red value is 134, green value is 89 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #865990 hue: 0.80 , saturation: 0.24 and the lightness value of 865990 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011001 10010000
Octal 206 131 220
Decimal 134 89 144
Hex 86 59 90

RGB Percentages of Color #865990

%36.51
%24.25
%39.24

CMYK Percentages of Color #865990

%7
%38
%0
%44

Triadic Colors of #865990

#865990 #908659 #599086

Analogous Colors of #865990

#865990 #90597f #6b5990

Monochromatic Colors of #865990

#865990

Complementary Color

#865990 #639059

#865990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865990 Color CSS Codes

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

#865990 Text Font Color

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

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


#865990 Background Color

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

This div background color is #865990


#865990 Border Color

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

This div border color is #865990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865990


Comments

No comments written yet.

Please login to write comment.