Color Hex Logo

#834566 Color Hex

#834566
(131,69,102)
0 Favorites   0 Comments

Color spaces of #834566

RGB 13169102
HSL0.910.310.39
HSV328°47°51°
CMYK 0.000.470.22   0.49
XYZ13.886510.040813.7766
Yxy10.04080.36830.2663
Hunter Lab31.687222.7726-3.5964
CIE-Lab37.915630.9482-7.4476

#834566 color RGB value is (131,69,102).

#834566 hex color red value is 131, green value is 69 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #834566 hue: 0.91 , saturation: 0.31 and the lightness value of 834566 is 0.39.

The process color (four color CMYK) of #834566 color hex is 0.00, 0.47, 0.22, 0.49. Web safe color of #834566 is #993366. Color #834566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000101 01100110
Octal 203 105 146
Decimal 131 69 102
Hex 83 45 66

RGB Percentages of Color #834566

%43.38
%22.85
%33.77

CMYK Percentages of Color #834566

%0
%47
%22
%49

Triadic Colors of #834566

#834566 #668345 #456683

Analogous Colors of #834566

#834566 #834547 #814583

Monochromatic Colors of #834566

#834566

Complementary Color

#834566 #458362

#834566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834566 Color CSS Codes

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

#834566 Text Font Color

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

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


#834566 Background Color

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

This div background color is #834566


#834566 Border Color

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

This div border color is #834566


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,69,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #834566; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #834566;
  -webkit-box-shadow: 1px 1px 3px 2px #834566;
  box-shadow:         1px 1px 3px 2px #834566; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,69,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834566


Comments

No comments written yet.

Please login to write comment.