Color Hex Logo

#834978 Color Hex

#834978
(131,73,120)
0 Favorites   0 Comments

Color spaces of #834978

RGB 13173120
HSL0.860.280.40
HSV311°44°51°
CMYK 0.000.440.08   0.49
XYZ15.132810.946419.0846
Yxy10.94640.33510.2424
Hunter Lab33.085323.7442-11.0405
CIE-Lab39.490031.8152-16.2552

#834978 color RGB value is (131,73,120).

#834978 hex color red value is 131, green value is 73 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #834978 hue: 0.86 , saturation: 0.28 and the lightness value of 834978 is 0.40.

The process color (four color CMYK) of #834978 color hex is 0.00, 0.44, 0.08, 0.49. Web safe color of #834978 is #993366. Color #834978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001001 01111000
Octal 203 111 170
Decimal 131 73 120
Hex 83 49 78

RGB Percentages of Color #834978

%40.43
%22.53
%37.04

CMYK Percentages of Color #834978

%0
%44
%8
%49

Triadic Colors of #834978

#834978 #788349 #497883

Analogous Colors of #834978

#834978 #83495b #714983

Monochromatic Colors of #834978

#834978

Complementary Color

#834978 #498354

#834978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834978 Color CSS Codes

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

#834978 Text Font Color

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

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


#834978 Background Color

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

This div background color is #834978


#834978 Border Color

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

This div border color is #834978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834978


Comments

No comments written yet.

Please login to write comment.