Color Hex Logo

#813466 Color Hex

#813466
(129,52,102)
0 Favorites   0 Comments

Color spaces of #813466

RGB 12952102
HSL0.890.430.35
HSV321°60°51°
CMYK 0.000.600.21   0.49
XYZ12.67958.082413.4622
Yxy8.08240.37050.2362
Hunter Lab28.429629.8587-8.1748
CIE-Lab34.153939.3000-13.1635

#813466 color RGB value is (129,52,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110100 01100110
Octal 201 64 146
Decimal 129 52 102
Hex 81 34 66

RGB Percentages of Color #813466

%45.58
%18.37
%36.04

CMYK Percentages of Color #813466

%0
%60
%21
%49

Triadic Colors of #813466

#813466 #668134 #346681

Analogous Colors of #813466

#813466 #813440 #763481

Monochromatic Colors of #813466

#813466

Complementary Color

#813466 #34814f

#813466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813466 Color CSS Codes

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

#813466 Text Font Color

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

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


#813466 Background Color

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

This div background color is #813466


#813466 Border Color

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

This div border color is #813466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813466


Comments

No comments written yet.

Please login to write comment.