Color Hex Logo

#865aba Color Hex

#865ABA
(134,90,186)
0 Favorites   0 Comments

Color spaces of #865aba

RGB 13490186
HSL0.740.410.54
HSV268°52°73°
CMYK 0.280.520.00   0.27
XYZ22.350615.925848.3504
Yxy15.92580.25800.1838
Hunter Lab39.907130.1341-43.8991
CIE-Lab46.877037.5958-44.1757

#865aba color RGB value is (134,90,186).

#865aba hex color red value is 134, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #865aba hue: 0.74 , saturation: 0.41 and the lightness value of 865aba is 0.54.

The process color (four color CMYK) of #865aba color hex is 0.28, 0.52, 0.00, 0.27. Web safe color of #865aba is #9966cc. Color #865aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011010 10111010
Octal 206 132 272
Decimal 134 90 186
Hex 86 5A BA

RGB Percentages of Color #865aba

%32.68
%21.95
%45.37

CMYK Percentages of Color #865aba

%28
%52
%0
%27

Triadic Colors of #865aba

#865aba #ba865a #5aba86

Analogous Colors of #865aba

#865aba #b65aba #5a5eba

Monochromatic Colors of #865aba

#865aba

Complementary Color

#865aba #8eba5a

#865aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#865aba Color CSS Codes

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

#865aba Text Font Color

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

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


#865aba Background Color

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

This div background color is #865aba


#865aba Border Color

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

This div border color is #865aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865aba


Comments

No comments written yet.

Please login to write comment.