Color Hex Logo

#846aef Color Hex

#846AEF
(132,106,239)
0 Favorites   0 Comments

Color spaces of #846aef

RGB 132106239
HSL0.700.810.68
HSV252°56°94°
CMYK 0.450.560.00   0.06
XYZ30.249721.445684.2064
Yxy21.44560.22260.1578
Hunter Lab46.309435.5563-75.3930
CIE-Lab53.433842.0909-63.8665

#846aef color RGB value is (132,106,239).

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

The process color (four color CMYK) of #846aef color hex is 0.45, 0.56, 0.00, 0.06. Web safe color of #846aef is #9966ff. Color #846aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101010 11101111
Octal 204 152 357
Decimal 132 106 239
Hex 84 6A EF

RGB Percentages of Color #846aef

%27.67
%22.22
%50.10

CMYK Percentages of Color #846aef

%45
%56
%0
%6

Triadic Colors of #846aef

#846aef #ef846a #6aef84

Analogous Colors of #846aef

#846aef #c76aef #6a93ef

Monochromatic Colors of #846aef

#846aef

Complementary Color

#846aef #d5ef6a

#846aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#846aef Color CSS Codes

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

#846aef Text Font Color

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

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


#846aef Background Color

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

This div background color is #846aef


#846aef Border Color

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

This div border color is #846aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846aef


Comments

No comments written yet.

Please login to write comment.