Color Hex Logo

#8463fb Color Hex

#8463FB
(132,99,251)
0 Favorites   0 Comments

Color spaces of #8463fb

RGB 13299251
HSL0.700.950.69
HSV253°61°98°
CMYK 0.470.610.00   0.02
XYZ31.390120.794293.6260
Yxy20.79420.21530.1426
Hunter Lab45.600743.0728-89.8121
CIE-Lab52.723549.3894-71.6958

#8463fb color RGB value is (132,99,251).

#8463fb hex color red value is 132, green value is 99 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8463fb hue: 0.70 , saturation: 0.95 and the lightness value of 8463fb is 0.69.

The process color (four color CMYK) of #8463fb color hex is 0.47, 0.61, 0.00, 0.02. Web safe color of #8463fb is #9966ff. Color #8463fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100011 11111011
Octal 204 143 373
Decimal 132 99 251
Hex 84 63 FB

RGB Percentages of Color #8463fb

%27.39
%20.54
%52.07

CMYK Percentages of Color #8463fb

%47
%61
%0
%2

Triadic Colors of #8463fb

#8463fb #fb8463 #63fb84

Analogous Colors of #8463fb

#8463fb #d063fb #638efb

Monochromatic Colors of #8463fb

#8463fb

Complementary Color

#8463fb #dafb63

#8463fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8463fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8463fb Color CSS Codes

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

#8463fb Text Font Color

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

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


#8463fb Background Color

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

This div background color is #8463fb


#8463fb Border Color

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

This div border color is #8463fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8463fb

Related Colors


Comments

No comments written yet.

Please login to write comment.