Color Hex Logo

#8463ce Color Hex

#8463CE
(132,99,206)
0 Favorites   0 Comments

Color spaces of #8463ce

RGB 13299206
HSL0.720.520.60
HSV259°52°81°
CMYK 0.360.520.00   0.19
XYZ25.118118.285460.5981
Yxy18.28540.24150.1758
Hunter Lab42.761430.0185-54.0881
CIE-Lab49.840537.0678-50.9935

#8463ce color RGB value is (132,99,206).

#8463ce hex color red value is 132, green value is 99 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8463ce hue: 0.72 , saturation: 0.52 and the lightness value of 8463ce is 0.60.

The process color (four color CMYK) of #8463ce color hex is 0.36, 0.52, 0.00, 0.19. Web safe color of #8463ce is #9966cc. Color #8463ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100011 11001110
Octal 204 143 316
Decimal 132 99 206
Hex 84 63 CE

RGB Percentages of Color #8463ce

%30.21
%22.65
%47.14

CMYK Percentages of Color #8463ce

%36
%52
%0
%19

Triadic Colors of #8463ce

#8463ce #ce8463 #63ce84

Analogous Colors of #8463ce

#8463ce #ba63ce #6378ce

Monochromatic Colors of #8463ce

#8463ce

Complementary Color

#8463ce #adce63

#8463ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8463ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8463ce Color CSS Codes

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

#8463ce Text Font Color

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

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


#8463ce Background Color

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

This div background color is #8463ce


#8463ce Border Color

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

This div border color is #8463ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8463ce


Comments

No comments written yet.

Please login to write comment.