Color Hex Logo

#834081 Color Hex

#834081
(131,64,129)
0 Favorites   0 Comments

Color spaces of #834081

RGB 13164129
HSL0.840.340.38
HSV302°51°51°
CMYK 0.000.510.02   0.49
XYZ15.155910.077121.9151
Yxy10.07710.32150.2137
Hunter Lab31.744429.6693-18.7103
CIE-Lab37.980538.4599-24.1384

#834081 color RGB value is (131,64,129).

#834081 hex color red value is 131, green value is 64 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #834081 hue: 0.84 , saturation: 0.34 and the lightness value of 834081 is 0.38.

The process color (four color CMYK) of #834081 color hex is 0.00, 0.51, 0.02, 0.49. Web safe color of #834081 is #993399. Color #834081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000000 10000001
Octal 203 100 201
Decimal 131 64 129
Hex 83 40 81

RGB Percentages of Color #834081

%40.43
%19.75
%39.81

CMYK Percentages of Color #834081

%0
%51
%2
%49

Triadic Colors of #834081

#834081 #818340 #408183

Analogous Colors of #834081

#834081 #834060 #644083

Monochromatic Colors of #834081

#834081

Complementary Color

#834081 #408342

#834081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834081 Color CSS Codes

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

#834081 Text Font Color

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

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


#834081 Background Color

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

This div background color is #834081


#834081 Border Color

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

This div border color is #834081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834081


Comments

No comments written yet.

Please login to write comment.