Color Hex Logo

#813477 Color Hex

#813477
(129,52,119)
0 Favorites   0 Comments

Color spaces of #813477

RGB 12952119
HSL0.850.430.35
HSV308°60°51°
CMYK 0.000.600.08   0.49
XYZ13.61108.455018.3674
Yxy8.45500.33660.2091
Hunter Lab29.077532.6692-17.0975
CIE-Lab34.913142.1368-22.7266

#813477 color RGB value is (129,52,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110100 01110111
Octal 201 64 167
Decimal 129 52 119
Hex 81 34 77

RGB Percentages of Color #813477

%43.00
%17.33
%39.67

CMYK Percentages of Color #813477

%0
%60
%8
%49

Triadic Colors of #813477

#813477 #778134 #347781

Analogous Colors of #813477

#813477 #813450 #653481

Monochromatic Colors of #813477

#813477

Complementary Color

#813477 #34813e

#813477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813477 Color CSS Codes

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

#813477 Text Font Color

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

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


#813477 Background Color

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

This div background color is #813477


#813477 Border Color

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

This div border color is #813477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813477


Comments

No comments written yet.

Please login to write comment.