Color Hex Logo

#834590 Color Hex

#834590
(131,69,144)
0 Favorites   0 Comments

Color spaces of #834590

RGB 13169144
HSL0.800.350.42
HSV290°52°56°
CMYK 0.090.520.00   0.44
XYZ16.522211.095227.6563
Yxy11.09520.29890.2007
Hunter Lab33.309530.2482-25.9109
CIE-Lab39.740438.7885-30.5565

#834590 color RGB value is (131,69,144).

#834590 hex color red value is 131, green value is 69 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #834590 hue: 0.80 , saturation: 0.35 and the lightness value of 834590 is 0.42.

The process color (four color CMYK) of #834590 color hex is 0.09, 0.52, 0.00, 0.44. Web safe color of #834590 is #993399. Color #834590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000101 10010000
Octal 203 105 220
Decimal 131 69 144
Hex 83 45 90

RGB Percentages of Color #834590

%38.08
%20.06
%41.86

CMYK Percentages of Color #834590

%9
%52
%0
%44

Triadic Colors of #834590

#834590 #908345 #459083

Analogous Colors of #834590

#834590 #904578 #5d4590

Monochromatic Colors of #834590

#834590

Complementary Color

#834590 #529045

#834590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834590 Color CSS Codes

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

#834590 Text Font Color

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

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


#834590 Background Color

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

This div background color is #834590


#834590 Border Color

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

This div border color is #834590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834590


Comments

No comments written yet.

Please login to write comment.