Color Hex Logo

#813766 Color Hex

#813766
(129,55,102)
0 Favorites   0 Comments

Color spaces of #813766

RGB 12955102
HSL0.890.400.36
HSV322°57°51°
CMYK 0.000.570.21   0.49
XYZ12.81778.358813.5082
Yxy8.35880.36950.2410
Hunter Lab28.911628.5411-7.4636
CIE-Lab34.719237.7881-12.3022

#813766 color RGB value is (129,55,102).

#813766 hex color red value is 129, green value is 55 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #813766 hue: 0.89 , saturation: 0.40 and the lightness value of 813766 is 0.36.

The process color (four color CMYK) of #813766 color hex is 0.00, 0.57, 0.21, 0.49. Web safe color of #813766 is #993366. Color #813766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110111 01100110
Octal 201 67 146
Decimal 129 55 102
Hex 81 37 66

RGB Percentages of Color #813766

%45.10
%19.23
%35.66

CMYK Percentages of Color #813766

%0
%57
%21
%49

Triadic Colors of #813766

#813766 #668137 #376681

Analogous Colors of #813766

#813766 #813741 #773781

Monochromatic Colors of #813766

#813766

Complementary Color

#813766 #378152

#813766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813766 Color CSS Codes

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

#813766 Text Font Color

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

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


#813766 Background Color

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

This div background color is #813766


#813766 Border Color

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

This div border color is #813766


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,55,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #813766; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #813766;
  -webkit-box-shadow: 1px 1px 3px 2px #813766;
  box-shadow:         1px 1px 3px 2px #813766; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,55,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813766


Comments

No comments written yet.

Please login to write comment.