Color Hex Logo

#813962 Color Hex

#813962
(129,57,98)
0 Favorites   0 Comments

Color spaces of #813962

RGB 1295798
HSL0.910.390.36
HSV326°56°51°
CMYK 0.000.560.24   0.49
XYZ12.72108.475212.5207
Yxy8.47520.37730.2514
Hunter Lab29.112227.0518-5.1212
CIE-Lab34.953636.1315-9.4057

#813962 color RGB value is (129,57,98).

#813962 hex color red value is 129, green value is 57 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #813962 hue: 0.91 , saturation: 0.39 and the lightness value of 813962 is 0.36.

The process color (four color CMYK) of #813962 color hex is 0.00, 0.56, 0.24, 0.49. Web safe color of #813962 is #993366. Color #813962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111001 01100010
Octal 201 71 142
Decimal 129 57 98
Hex 81 39 62

RGB Percentages of Color #813962

%45.42
%20.07
%34.51

CMYK Percentages of Color #813962

%0
%56
%24
%49

Triadic Colors of #813962

#813962 #628139 #396281

Analogous Colors of #813962

#813962 #81393e #7c3981

Monochromatic Colors of #813962

#813962

Complementary Color

#813962 #398158

#813962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813962 Color CSS Codes

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

#813962 Text Font Color

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

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


#813962 Background Color

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

This div background color is #813962


#813962 Border Color

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

This div border color is #813962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813962


Comments

No comments written yet.

Please login to write comment.