Color Hex Logo

#834890 Color Hex

#834890
(131,72,144)
0 Favorites   0 Comments

Color spaces of #834890

RGB 13172144
HSL0.800.330.42
HSV289°50°56°
CMYK 0.090.500.00   0.44
XYZ16.711511.473627.7194
Yxy11.47360.29890.2052
Hunter Lab33.872728.7879-24.8085
CIE-Lab40.367037.1493-29.5724

#834890 color RGB value is (131,72,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001000 10010000
Octal 203 110 220
Decimal 131 72 144
Hex 83 48 90

RGB Percentages of Color #834890

%37.75
%20.75
%41.50

CMYK Percentages of Color #834890

%9
%50
%0
%44

Triadic Colors of #834890

#834890 #908348 #489083

Analogous Colors of #834890

#834890 #904879 #5f4890

Monochromatic Colors of #834890

#834890

Complementary Color

#834890 #559048

#834890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834890 Color CSS Codes

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

#834890 Text Font Color

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

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


#834890 Background Color

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

This div background color is #834890


#834890 Border Color

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

This div border color is #834890


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,72,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 #834890">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834890


Comments

No comments written yet.

Please login to write comment.