Color Hex Logo

#863aaf Color Hex

#863AAF
(134,58,175)
0 Favorites   0 Comments

Color spaces of #863aaf

RGB 13458175
HSL0.770.500.46
HSV279°67°69°
CMYK 0.230.670.00   0.31
XYZ19.082411.189641.7115
Yxy11.18960.26510.1554
Hunter Lab33.450943.2882-50.5160
CIE-Lab39.898051.8360-48.8783

#863aaf color RGB value is (134,58,175).

#863aaf hex color red value is 134, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #863aaf hue: 0.77 , saturation: 0.50 and the lightness value of 863aaf is 0.46.

The process color (four color CMYK) of #863aaf color hex is 0.23, 0.67, 0.00, 0.31. Web safe color of #863aaf is #993399. Color #863aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111010 10101111
Octal 206 72 257
Decimal 134 58 175
Hex 86 3A AF

RGB Percentages of Color #863aaf

%36.51
%15.80
%47.68

CMYK Percentages of Color #863aaf

%23
%67
%0
%31

Triadic Colors of #863aaf

#863aaf #af863a #3aaf86

Analogous Colors of #863aaf

#863aaf #af3a9e #4b3aaf

Monochromatic Colors of #863aaf

#863aaf

Complementary Color

#863aaf #63af3a

#863aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#863aaf Color CSS Codes

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

#863aaf Text Font Color

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

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


#863aaf Background Color

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

This div background color is #863aaf


#863aaf Border Color

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

This div border color is #863aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863aaf


Comments

No comments written yet.

Please login to write comment.