Color Hex Logo

#834265 Color Hex

#834265
(131,66,101)
0 Favorites   0 Comments

Color spaces of #834265

RGB 13166101
HSL0.910.330.39
HSV328°50°51°
CMYK 0.000.500.23   0.49
XYZ13.65739.661313.4569
Yxy9.66130.37140.2627
Hunter Lab31.082624.0359-3.9111
CIE-Lab37.227632.4568-7.8511

#834265 color RGB value is (131,66,101).

#834265 hex color red value is 131, green value is 66 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #834265 hue: 0.91 , saturation: 0.33 and the lightness value of 834265 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000010 01100101
Octal 203 102 145
Decimal 131 66 101
Hex 83 42 65

RGB Percentages of Color #834265

%43.96
%22.15
%33.89

CMYK Percentages of Color #834265

%0
%50
%23
%49

Triadic Colors of #834265

#834265 #658342 #426583

Analogous Colors of #834265

#834265 #834245 #814283

Monochromatic Colors of #834265

#834265

Complementary Color

#834265 #428360

#834265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834265 Color CSS Codes

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

#834265 Text Font Color

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

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


#834265 Background Color

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

This div background color is #834265


#834265 Border Color

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

This div border color is #834265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834265


Comments

No comments written yet.

Please login to write comment.