Color Hex Logo

#813668 Color Hex

#813668
(129,54,104)
0 Favorites   0 Comments

Color spaces of #813668

RGB 12954104
HSL0.890.410.36
HSV320°58°51°
CMYK 0.000.580.19   0.49
XYZ12.87118.304914.0213
Yxy8.30490.36570.2360
Hunter Lab28.818229.2917-8.6744
CIE-Lab34.610038.6146-13.7379

#813668 color RGB value is (129,54,104).

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

The process color (four color CMYK) of #813668 color hex is 0.00, 0.58, 0.19, 0.49. Web safe color of #813668 is #993366. Color #813668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110110 01101000
Octal 201 66 150
Decimal 129 54 104
Hex 81 36 68

RGB Percentages of Color #813668

%44.95
%18.82
%36.24

CMYK Percentages of Color #813668

%0
%58
%19
%49

Triadic Colors of #813668

#813668 #688136 #366881

Analogous Colors of #813668

#813668 #813643 #753681

Monochromatic Colors of #813668

#813668

Complementary Color

#813668 #36814f

#813668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813668 Color CSS Codes

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

#813668 Text Font Color

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

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


#813668 Background Color

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

This div background color is #813668


#813668 Border Color

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

This div border color is #813668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813668


Comments

No comments written yet.

Please login to write comment.