Color Hex Logo

#846bba Color Hex

#846BBA
(132,107,186)
0 Favorites   0 Comments

Color spaces of #846bba

RGB 132107186
HSL0.720.360.57
HSV259°42°73°
CMYK 0.290.420.00   0.27
XYZ23.636318.966148.8694
Yxy18.96610.25840.2073
Hunter Lab43.550120.6661-36.0468
CIE-Lab50.647527.1512-38.2188

#846bba color RGB value is (132,107,186).

#846bba hex color red value is 132, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #846bba hue: 0.72 , saturation: 0.36 and the lightness value of 846bba is 0.57.

The process color (four color CMYK) of #846bba color hex is 0.29, 0.42, 0.00, 0.27. Web safe color of #846bba is #9966cc. Color #846bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101011 10111010
Octal 204 153 272
Decimal 132 107 186
Hex 84 6B BA

RGB Percentages of Color #846bba

%31.06
%25.18
%43.76

CMYK Percentages of Color #846bba

%29
%42
%0
%27

Triadic Colors of #846bba

#846bba #ba846b #6bba84

Analogous Colors of #846bba

#846bba #ac6bba #6b7aba

Monochromatic Colors of #846bba

#846bba

Complementary Color

#846bba #a1ba6b

#846bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#846bba Color CSS Codes

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

#846bba Text Font Color

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

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


#846bba Background Color

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

This div background color is #846bba


#846bba Border Color

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

This div border color is #846bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846bba


Comments

No comments written yet.

Please login to write comment.