Color Hex Logo

#8461fa Color Hex

#8461FA
(132,97,250)
0 Favorites   0 Comments

Color spaces of #8461fa

RGB 13297250
HSL0.700.940.68
HSV254°61°98°
CMYK 0.470.610.00   0.02
XYZ31.045720.357092.7355
Yxy20.35700.21540.1412
Hunter Lab45.118743.8661-90.2795
CIE-Lab52.238550.2115-71.9272

#8461fa color RGB value is (132,97,250).

#8461fa hex color red value is 132, green value is 97 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8461fa hue: 0.70 , saturation: 0.94 and the lightness value of 8461fa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100001 11111010
Octal 204 141 372
Decimal 132 97 250
Hex 84 61 FA

RGB Percentages of Color #8461fa

%27.56
%20.25
%52.19

CMYK Percentages of Color #8461fa

%47
%61
%0
%2

Triadic Colors of #8461fa

#8461fa #fa8461 #61fa84

Analogous Colors of #8461fa

#8461fa #d161fa #618bfa

Monochromatic Colors of #8461fa

#8461fa

Complementary Color

#8461fa #d7fa61

#8461fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8461fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8461fa Color CSS Codes

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

#8461fa Text Font Color

<p style="color:#8461fa">Text here</p>

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


#8461fa Background Color

<div style="background-color:#8461fa">
Div content here</div>

This div background color is #8461fa


#8461fa Border Color

<div style="border:3px solid #8461fa">
Div here</div>

This div border color is #8461fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,97,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8461fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8461fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8461fa;
  box-shadow:         1px 1px 3px 2px #8461fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8461fa


Comments

No comments written yet.

Please login to write comment.