Color Hex Logo

#813155 Color Hex

#813155
(129,49,85)
0 Favorites   0 Comments

Color spaces of #813155

RGB 1294985
HSL0.930.450.35
HSV333°62°51°
CMYK 0.000.620.34   0.49
XYZ11.79137.51969.4243
Yxy7.51960.41030.2617
Hunter Lab27.421928.7660-1.1813
CIE-Lab32.961738.3284-4.0527

#813155 color RGB value is (129,49,85).

#813155 hex color red value is 129, green value is 49 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #813155 hue: 0.93 , saturation: 0.45 and the lightness value of 813155 is 0.35.

The process color (four color CMYK) of #813155 color hex is 0.00, 0.62, 0.34, 0.49. Web safe color of #813155 is #993366. Color #813155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110001 01010101
Octal 201 61 125
Decimal 129 49 85
Hex 81 31 55

RGB Percentages of Color #813155

%49.05
%18.63
%32.32

CMYK Percentages of Color #813155

%0
%62
%34
%49

Triadic Colors of #813155

#813155 #558131 #315581

Analogous Colors of #813155

#813155 #813531 #81317d

Monochromatic Colors of #813155

#813155

Complementary Color

#813155 #31815d

#813155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813155 Color CSS Codes

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

#813155 Text Font Color

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

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


#813155 Background Color

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

This div background color is #813155


#813155 Border Color

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

This div border color is #813155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813155


Comments

No comments written yet.

Please login to write comment.