Color Hex Logo

#846afe Color Hex

#846AFE
(132,106,254)
0 Favorites   0 Comments

Color spaces of #846afe

RGB 132106254
HSL0.700.990.71
HSV251°58°100°
CMYK 0.480.580.00   0.00
XYZ32.559122.369496.3676
Yxy22.36940.21520.1479
Hunter Lab47.296340.1121-87.6977
CIE-Lab54.416846.3290-70.6150

#846afe color RGB value is (132,106,254).

#846afe hex color red value is 132, green value is 106 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #846afe hue: 0.70 , saturation: 0.99 and the lightness value of 846afe is 0.71.

The process color (four color CMYK) of #846afe color hex is 0.48, 0.58, 0.00, 0.00. Web safe color of #846afe is #9966ff. Color #846afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101010 11111110
Octal 204 152 376
Decimal 132 106 254
Hex 84 6A FE

RGB Percentages of Color #846afe

%26.83
%21.54
%51.63

CMYK Percentages of Color #846afe

%48
%58
%0
%0

Triadic Colors of #846afe

#846afe #fe846a #6afe84

Analogous Colors of #846afe

#846afe #ce6afe #6a9afe

Monochromatic Colors of #846afe

#846afe

Complementary Color

#846afe #e4fe6a

#846afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#846afe Color CSS Codes

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

#846afe Text Font Color

<p style="color:#846afe">Text here</p>

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


#846afe Background Color

<div style="background-color:#846afe">
Div content here</div>

This div background color is #846afe


#846afe Border Color

<div style="border:3px solid #846afe">
Div here</div>

This div border color is #846afe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,106,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #846afe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #846afe;
  -webkit-box-shadow: 1px 1px 3px 2px #846afe;
  box-shadow:         1px 1px 3px 2px #846afe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846afe

Related Colors


Comments

No comments written yet.

Please login to write comment.