Color Hex Logo

#846eff Color Hex

#846EFF
(132,110,255)
0 Favorites   0 Comments

Color spaces of #846eff

RGB 132110255
HSL0.691.000.72
HSV249°57°100°
CMYK 0.480.570.00   0.00
XYZ33.141623.277497.3540
Yxy23.27740.21550.1514
Hunter Lab48.246738.1836-85.8650
CIE-Lab55.356944.3506-69.6469

#846eff color RGB value is (132,110,255).

#846eff hex color red value is 132, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #846eff hue: 0.69 , saturation: 1.00 and the lightness value of 846eff is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101110 11111111
Octal 204 156 377
Decimal 132 110 255
Hex 84 6E FF

RGB Percentages of Color #846eff

%26.56
%22.13
%51.31

CMYK Percentages of Color #846eff

%48
%57
%0
%0

Triadic Colors of #846eff

#846eff #ff846e #6eff84

Analogous Colors of #846eff

#846eff #cd6eff #6ea1ff

Monochromatic Colors of #846eff

#846eff

Complementary Color

#846eff #e9ff6e

#846eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#846eff Color CSS Codes

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

#846eff Text Font Color

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

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


#846eff Background Color

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

This div background color is #846eff


#846eff Border Color

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

This div border color is #846eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846eff


Comments

No comments written yet.

Please login to write comment.