Color Hex Logo

#8463db Color Hex

#8463DB
(132,99,219)
0 Favorites   0 Comments

Color spaces of #8463db

RGB 13299219
HSL0.710.630.62
HSV257°55°86°
CMYK 0.400.550.00   0.14
XYZ26.763718.943769.2637
Yxy18.94370.23280.1648
Hunter Lab43.524433.5944-63.8857
CIE-Lab50.621340.5616-57.1424

#8463db color RGB value is (132,99,219).

#8463db hex color red value is 132, green value is 99 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8463db hue: 0.71 , saturation: 0.63 and the lightness value of 8463db is 0.62.

The process color (four color CMYK) of #8463db color hex is 0.40, 0.55, 0.00, 0.14. Web safe color of #8463db is #9966cc. Color #8463db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100011 11011011
Octal 204 143 333
Decimal 132 99 219
Hex 84 63 DB

RGB Percentages of Color #8463db

%29.33
%22.00
%48.67

CMYK Percentages of Color #8463db

%40
%55
%0
%14

Triadic Colors of #8463db

#8463db #db8463 #63db84

Analogous Colors of #8463db

#8463db #c063db #637edb

Monochromatic Colors of #8463db

#8463db

Complementary Color

#8463db #badb63

#8463db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8463db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8463db Color CSS Codes

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

#8463db Text Font Color

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

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


#8463db Background Color

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

This div background color is #8463db


#8463db Border Color

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

This div border color is #8463db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,99,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8463db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8463db;
  -webkit-box-shadow: 1px 1px 3px 2px #8463db;
  box-shadow:         1px 1px 3px 2px #8463db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,99,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8463db


Comments

No comments written yet.

Please login to write comment.