Color Hex Logo

#846bad Color Hex

#846BAD
(132,107,173)
0 Favorites   0 Comments

Color spaces of #846bad

RGB 132107173
HSL0.730.290.55
HSV263°38°68°
CMYK 0.240.380.00   0.32
XYZ22.316218.438141.9179
Yxy18.43810.26990.2230
Hunter Lab42.939617.6242-27.8215
CIE-Lab50.023223.8760-31.6602

#846bad color RGB value is (132,107,173).

#846bad hex color red value is 132, green value is 107 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #846bad hue: 0.73 , saturation: 0.29 and the lightness value of 846bad is 0.55.

The process color (four color CMYK) of #846bad color hex is 0.24, 0.38, 0.00, 0.32. Web safe color of #846bad is #996699. Color #846bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101011 10101101
Octal 204 153 255
Decimal 132 107 173
Hex 84 6B AD

RGB Percentages of Color #846bad

%32.04
%25.97
%41.99

CMYK Percentages of Color #846bad

%24
%38
%0
%32

Triadic Colors of #846bad

#846bad #ad846b #6bad84

Analogous Colors of #846bad

#846bad #a56bad #6b73ad

Monochromatic Colors of #846bad

#846bad

Complementary Color

#846bad #94ad6b

#846bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#846bad Color CSS Codes

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

#846bad Text Font Color

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

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


#846bad Background Color

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

This div background color is #846bad


#846bad Border Color

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

This div border color is #846bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846bad


Comments

No comments written yet.

Please login to write comment.