Color Hex Logo

#813302 Color Hex

#813302
(129,51,2)
0 Favorites   0 Comments

Color spaces of #813302

RGB 129512
HSL0.060.970.26
HSV23°98°51°
CMYK 0.000.600.98   0.49
XYZ10.24807.03920.8760
Yxy7.03920.56420.3876
Hunter Lab26.531522.516916.6144
CIE-Lab31.896031.529842.4633

#813302 color RGB value is (129,51,2).

#813302 hex color red value is 129, green value is 51 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #813302 hue: 0.06 , saturation: 0.97 and the lightness value of 813302 is 0.26.

The process color (four color CMYK) of #813302 color hex is 0.00, 0.60, 0.98, 0.49. Web safe color of #813302 is #993300. Color #813302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110011 00000010
Octal 201 63 2
Decimal 129 51 2
Hex 81 33 2

RGB Percentages of Color #813302

%70.88
%28.02
%1.10

CMYK Percentages of Color #813302

%0
%60
%98
%49

Triadic Colors of #813302

#813302 #028133 #330281

Analogous Colors of #813302

#813302 #817302 #810210

Monochromatic Colors of #813302

#813302

Complementary Color

#813302 #025081

#813302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813302 Color CSS Codes

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

#813302 Text Font Color

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

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


#813302 Background Color

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

This div background color is #813302


#813302 Border Color

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

This div border color is #813302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813302


Comments

No comments written yet.

Please login to write comment.