Color Hex Logo

#846795 Color Hex

#846795
(132,103,149)
0 Favorites   0 Comments

Color spaces of #846795

RGB 132103149
HSL0.770.180.49
HSV278°31°58°
CMYK 0.110.310.00   0.42
XYZ19.790816.776030.6288
Yxy16.77600.29450.2497
Hunter Lab40.958514.5723-15.6661
CIE-Lab47.976520.5936-20.7405

#846795 color RGB value is (132,103,149).

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

The process color (four color CMYK) of #846795 color hex is 0.11, 0.31, 0.00, 0.42. Web safe color of #846795 is #996699. Color #846795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100111 10010101
Octal 204 147 225
Decimal 132 103 149
Hex 84 67 95

RGB Percentages of Color #846795

%34.38
%26.82
%38.80

CMYK Percentages of Color #846795

%11
%31
%0
%42

Triadic Colors of #846795

#846795 #958467 #679584

Analogous Colors of #846795

#846795 #95678f #6d6795

Monochromatic Colors of #846795

#846795

Complementary Color

#846795 #789567

#846795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846795 Color CSS Codes

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

#846795 Text Font Color

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

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


#846795 Background Color

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

This div background color is #846795


#846795 Border Color

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

This div border color is #846795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846795


Comments

No comments written yet.

Please login to write comment.