Color Hex Logo

#834089 Color Hex

#834089
(131,64,137)
0 Favorites   0 Comments

Color spaces of #834089

RGB 13164137
HSL0.820.360.39
HSV295°53°54°
CMYK 0.040.530.00   0.46
XYZ15.708810.298224.8267
Yxy10.29820.30900.2026
Hunter Lab32.090831.2188-23.4055
CIE-Lab38.372440.0283-28.4391

#834089 color RGB value is (131,64,137).

#834089 hex color red value is 131, green value is 64 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #834089 hue: 0.82 , saturation: 0.36 and the lightness value of 834089 is 0.39.

The process color (four color CMYK) of #834089 color hex is 0.04, 0.53, 0.00, 0.46. Web safe color of #834089 is #993399. Color #834089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000000 10001001
Octal 203 100 211
Decimal 131 64 137
Hex 83 40 89

RGB Percentages of Color #834089

%39.46
%19.28
%41.27

CMYK Percentages of Color #834089

%4
%53
%0
%46

Triadic Colors of #834089

#834089 #898340 #408983

Analogous Colors of #834089

#834089 #89406b #5e4089

Monochromatic Colors of #834089

#834089

Complementary Color

#834089 #468940

#834089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834089 Color CSS Codes

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

#834089 Text Font Color

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

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


#834089 Background Color

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

This div background color is #834089


#834089 Border Color

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

This div border color is #834089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834089


Comments

No comments written yet.

Please login to write comment.