Color Hex Logo

#813282 Color Hex

#813282
(129,50,130)
0 Favorites   0 Comments

Color spaces of #813282

RGB 12950130
HSL0.830.440.35
HSV299°62°51°
CMYK 0.010.620.00   0.49
XYZ14.22318.560022.0217
Yxy8.56000.31740.1911
Hunter Lab29.257535.5746-24.1465
CIE-Lab35.123045.0961-29.2549

#813282 color RGB value is (129,50,130).

#813282 hex color red value is 129, green value is 50 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #813282 hue: 0.83 , saturation: 0.44 and the lightness value of 813282 is 0.35.

The process color (four color CMYK) of #813282 color hex is 0.01, 0.62, 0.00, 0.49. Web safe color of #813282 is #993399. Color #813282 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110010 10000010
Octal 201 62 202
Decimal 129 50 130
Hex 81 32 82

RGB Percentages of Color #813282

%41.75
%16.18
%42.07

CMYK Percentages of Color #813282

%1
%62
%0
%49

Triadic Colors of #813282

#813282 #828132 #328281

Analogous Colors of #813282

#813282 #82325b #593282

Monochromatic Colors of #813282

#813282

Complementary Color

#813282 #338232

#813282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813282 Color CSS Codes

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

#813282 Text Font Color

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

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


#813282 Background Color

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

This div background color is #813282


#813282 Border Color

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

This div border color is #813282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813282


Comments

No comments written yet.

Please login to write comment.