Color Hex Logo

#834774 Color Hex

#834774
(131,71,116)
0 Favorites   0 Comments

Color spaces of #834774

RGB 13171116
HSL0.880.300.40
HSV315°46°51°
CMYK 0.000.460.11   0.49
XYZ14.765710.592717.7894
Yxy10.59270.34220.2455
Hunter Lab32.546424.0258-9.6245
CIE-Lab38.885832.2103-14.7054

#834774 color RGB value is (131,71,116).

#834774 hex color red value is 131, green value is 71 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #834774 hue: 0.88 , saturation: 0.30 and the lightness value of 834774 is 0.40.

The process color (four color CMYK) of #834774 color hex is 0.00, 0.46, 0.11, 0.49. Web safe color of #834774 is #993366. Color #834774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000111 01110100
Octal 203 107 164
Decimal 131 71 116
Hex 83 47 74

RGB Percentages of Color #834774

%41.19
%22.33
%36.48

CMYK Percentages of Color #834774

%0
%46
%11
%49

Triadic Colors of #834774

#834774 #748347 #477483

Analogous Colors of #834774

#834774 #834756 #744783

Monochromatic Colors of #834774

#834774

Complementary Color

#834774 #478356

#834774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834774 Color CSS Codes

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

#834774 Text Font Color

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

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


#834774 Background Color

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

This div background color is #834774


#834774 Border Color

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

This div border color is #834774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834774


Comments

No comments written yet.

Please login to write comment.