Color Hex Logo

#834f99 Color Hex

#834F99
(131,79,153)
0 Favorites   0 Comments

Color spaces of #834f99

RGB 13179153
HSL0.780.320.45
HSV282°48°60°
CMYK 0.140.480.00   0.40
XYZ17.905812.717231.6479
Yxy12.71720.28750.2042
Hunter Lab35.661227.2194-27.6547
CIE-Lab42.334035.1904-31.9065

#834f99 color RGB value is (131,79,153).

#834f99 hex color red value is 131, green value is 79 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #834f99 hue: 0.78 , saturation: 0.32 and the lightness value of 834f99 is 0.45.

The process color (four color CMYK) of #834f99 color hex is 0.14, 0.48, 0.00, 0.40. Web safe color of #834f99 is #996699. Color #834f99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001111 10011001
Octal 203 117 231
Decimal 131 79 153
Hex 83 4F 99

RGB Percentages of Color #834f99

%36.09
%21.76
%42.15

CMYK Percentages of Color #834f99

%14
%48
%0
%40

Triadic Colors of #834f99

#834f99 #99834f #4f9983

Analogous Colors of #834f99

#834f99 #994f8a #5e4f99

Monochromatic Colors of #834f99

#834f99

Complementary Color

#834f99 #65994f

#834f99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834f99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834f99 Color CSS Codes

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

#834f99 Text Font Color

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

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


#834f99 Background Color

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

This div background color is #834f99


#834f99 Border Color

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

This div border color is #834f99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834f99


Comments

No comments written yet.

Please login to write comment.