Color Hex Logo

#863abb Color Hex

#863ABB
(134,58,187)
0 Favorites   0 Comments

Color spaces of #863abb

RGB 13458187
HSL0.760.530.48
HSV275°69°73°
CMYK 0.280.690.00   0.27
XYZ20.314211.682348.1979
Yxy11.68230.25330.1457
Hunter Lab34.179446.2759-59.6820
CIE-Lab40.706754.5191-54.6536

#863abb color RGB value is (134,58,187).

#863abb hex color red value is 134, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #863abb hue: 0.76 , saturation: 0.53 and the lightness value of 863abb is 0.48.

The process color (four color CMYK) of #863abb color hex is 0.28, 0.69, 0.00, 0.27. Web safe color of #863abb is #9933cc. Color #863abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111010 10111011
Octal 206 72 273
Decimal 134 58 187
Hex 86 3A BB

RGB Percentages of Color #863abb

%35.36
%15.30
%49.34

CMYK Percentages of Color #863abb

%28
%69
%0
%27

Triadic Colors of #863abb

#863abb #bb863a #3abb86

Analogous Colors of #863abb

#863abb #bb3ab0 #463abb

Monochromatic Colors of #863abb

#863abb

Complementary Color

#863abb #6fbb3a

#863abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#863abb Color CSS Codes

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

#863abb Text Font Color

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

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


#863abb Background Color

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

This div background color is #863abb


#863abb Border Color

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

This div border color is #863abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,58,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #863abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #863abb;
  -webkit-box-shadow: 1px 1px 3px 2px #863abb;
  box-shadow:         1px 1px 3px 2px #863abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863abb


Comments

No comments written yet.

Please login to write comment.