Color Hex Logo

#846996 Color Hex

#846996
(132,105,150)
0 Favorites   0 Comments

Color spaces of #846996

RGB 132105150
HSL0.770.180.50
HSV276°30°59°
CMYK 0.120.300.00   0.41
XYZ20.072317.210731.1182
Yxy17.21070.29340.2516
Hunter Lab41.485813.7645-15.4330
CIE-Lab48.524419.6305-20.4901

#846996 color RGB value is (132,105,150).

#846996 hex color red value is 132, green value is 105 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #846996 hue: 0.77 , saturation: 0.18 and the lightness value of 846996 is 0.50.

The process color (four color CMYK) of #846996 color hex is 0.12, 0.30, 0.00, 0.41. Web safe color of #846996 is #996699. Color #846996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101001 10010110
Octal 204 151 226
Decimal 132 105 150
Hex 84 69 96

RGB Percentages of Color #846996

%34.11
%27.13
%38.76

CMYK Percentages of Color #846996

%12
%30
%0
%41

Triadic Colors of #846996

#846996 #968469 #699684

Analogous Colors of #846996

#846996 #966992 #6e6996

Monochromatic Colors of #846996

#846996

Complementary Color

#846996 #7b9669

#846996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846996 Color CSS Codes

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

#846996 Text Font Color

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

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


#846996 Background Color

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

This div background color is #846996


#846996 Border Color

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

This div border color is #846996


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,105,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #846996; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #846996;
  -webkit-box-shadow: 1px 1px 3px 2px #846996;
  box-shadow:         1px 1px 3px 2px #846996; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846996


Comments

No comments written yet.

Please login to write comment.