Color Hex Logo

#865aab Color Hex

#865AAB
(134,90,171)
0 Favorites   0 Comments

Color spaces of #865aab

RGB 13490171
HSL0.760.330.51
HSV273°47°67°
CMYK 0.220.470.00   0.33
XYZ20.838415.320940.3870
Yxy15.32090.27220.2002
Hunter Lab39.141926.5316-33.7766
CIE-Lab46.070633.9482-36.6818

#865aab color RGB value is (134,90,171).

#865aab hex color red value is 134, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #865aab hue: 0.76 , saturation: 0.33 and the lightness value of 865aab is 0.51.

The process color (four color CMYK) of #865aab color hex is 0.22, 0.47, 0.00, 0.33. Web safe color of #865aab is #996699. Color #865aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011010 10101011
Octal 206 132 253
Decimal 134 90 171
Hex 86 5A AB

RGB Percentages of Color #865aab

%33.92
%22.78
%43.29

CMYK Percentages of Color #865aab

%22
%47
%0
%33

Triadic Colors of #865aab

#865aab #ab865a #5aab86

Analogous Colors of #865aab

#865aab #ab5aa8 #5e5aab

Monochromatic Colors of #865aab

#865aab

Complementary Color

#865aab #7fab5a

#865aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#865aab Color CSS Codes

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

#865aab Text Font Color

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

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


#865aab Background Color

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

This div background color is #865aab


#865aab Border Color

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

This div border color is #865aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,90,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #865aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #865aab;
  -webkit-box-shadow: 1px 1px 3px 2px #865aab;
  box-shadow:         1px 1px 3px 2px #865aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865aab


Comments

No comments written yet.

Please login to write comment.