Color Hex Logo

#846cba Color Hex

#846CBA
(132,108,186)
0 Favorites   0 Comments

Color spaces of #846cba

RGB 132108186
HSL0.720.360.58
HSV258°42°73°
CMYK 0.290.420.00   0.27
XYZ23.741219.175848.9044
Yxy19.17580.25860.2088
Hunter Lab43.790220.1424-35.5613
CIE-Lab50.892326.5608-37.8334

#846cba color RGB value is (132,108,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101100 10111010
Octal 204 154 272
Decimal 132 108 186
Hex 84 6C BA

RGB Percentages of Color #846cba

%30.99
%25.35
%43.66

CMYK Percentages of Color #846cba

%29
%42
%0
%27

Triadic Colors of #846cba

#846cba #ba846c #6cba84

Analogous Colors of #846cba

#846cba #ab6cba #6c7bba

Monochromatic Colors of #846cba

#846cba

Complementary Color

#846cba #a2ba6c

#846cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#846cba Color CSS Codes

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

#846cba Text Font Color

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

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


#846cba Background Color

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

This div background color is #846cba


#846cba Border Color

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

This div border color is #846cba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,108,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 #846cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846cba


Comments

No comments written yet.

Please login to write comment.