Color Hex Logo

#834c65 Color Hex

#834C65
(131,76,101)
0 Favorites   0 Comments

Color spaces of #834c65

RGB 13176101
HSL0.920.270.41
HSV333°42°51°
CMYK 0.000.420.23   0.49
XYZ14.293510.933813.6690
Yxy10.93380.36750.2811
Hunter Lab33.066319.2938-1.3630
CIE-Lab39.468726.8014-4.5076

#834c65 color RGB value is (131,76,101).

#834c65 hex color red value is 131, green value is 76 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #834c65 hue: 0.92 , saturation: 0.27 and the lightness value of 834c65 is 0.41.

The process color (four color CMYK) of #834c65 color hex is 0.00, 0.42, 0.23, 0.49. Web safe color of #834c65 is #993366. Color #834c65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001100 01100101
Octal 203 114 145
Decimal 131 76 101
Hex 83 4C 65

RGB Percentages of Color #834c65

%42.53
%24.68
%32.79

CMYK Percentages of Color #834c65

%0
%42
%23
%49

Triadic Colors of #834c65

#834c65 #65834c #4c6583

Analogous Colors of #834c65

#834c65 #834f4c #834c81

Monochromatic Colors of #834c65

#834c65

Complementary Color

#834c65 #4c836a

#834c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834c65 Color CSS Codes

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

#834c65 Text Font Color

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

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


#834c65 Background Color

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

This div background color is #834c65


#834c65 Border Color

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

This div border color is #834c65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834c65


Comments

No comments written yet.

Please login to write comment.