Color Hex Logo

#834baa Color Hex

#834BAA
(131,75,170)
0 Favorites   0 Comments

Color spaces of #834baa

RGB 13175170
HSL0.760.390.48
HSV275°56°67°
CMYK 0.230.560.00   0.33
XYZ19.131812.759739.4847
Yxy12.75970.26800.1788
Hunter Lab35.720733.0922-40.5330
CIE-Lab42.398941.3085-41.9341

#834baa color RGB value is (131,75,170).

#834baa hex color red value is 131, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #834baa hue: 0.76 , saturation: 0.39 and the lightness value of 834baa is 0.48.

The process color (four color CMYK) of #834baa color hex is 0.23, 0.56, 0.00, 0.33. Web safe color of #834baa is #993399. Color #834baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001011 10101010
Octal 203 113 252
Decimal 131 75 170
Hex 83 4B AA

RGB Percentages of Color #834baa

%34.84
%19.95
%45.21

CMYK Percentages of Color #834baa

%23
%56
%0
%33

Triadic Colors of #834baa

#834baa #aa834b #4baa83

Analogous Colors of #834baa

#834baa #aa4ba2 #544baa

Monochromatic Colors of #834baa

#834baa

Complementary Color

#834baa #72aa4b

#834baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#834baa Color CSS Codes

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

#834baa Text Font Color

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

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


#834baa Background Color

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

This div background color is #834baa


#834baa Border Color

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

This div border color is #834baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,75,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #834baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #834baa;
  -webkit-box-shadow: 1px 1px 3px 2px #834baa;
  box-shadow:         1px 1px 3px 2px #834baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834baa


Comments

No comments written yet.

Please login to write comment.