Color Hex Logo

#836274 Color Hex

#836274
(131,98,116)
0 Favorites   0 Comments

Color spaces of #836274

RGB 13198116
HSL0.910.140.45
HSV327°25°51°
CMYK 0.000.250.11   0.49
XYZ16.880114.821618.4942
Yxy14.82160.33630.2953
Hunter Lab38.498810.8917-1.5328
CIE-Lab45.388916.4419-4.9185

#836274 color RGB value is (131,98,116).

#836274 hex color red value is 131, green value is 98 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #836274 hue: 0.91 , saturation: 0.14 and the lightness value of 836274 is 0.45.

The process color (four color CMYK) of #836274 color hex is 0.00, 0.25, 0.11, 0.49. Web safe color of #836274 is #996666. Color #836274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100010 01110100
Octal 203 142 164
Decimal 131 98 116
Hex 83 62 74

RGB Percentages of Color #836274

%37.97
%28.41
%33.62

CMYK Percentages of Color #836274

%0
%25
%11
%49

Triadic Colors of #836274

#836274 #748362 #627483

Analogous Colors of #836274

#836274 #836264 #826283

Monochromatic Colors of #836274

#836274

Complementary Color

#836274 #628371

#836274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836274 Color CSS Codes

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

#836274 Text Font Color

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

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


#836274 Background Color

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

This div background color is #836274


#836274 Border Color

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

This div border color is #836274


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,98,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 #836274">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836274


Comments

No comments written yet.

Please login to write comment.