Color Hex Logo

#811368 Color Hex

#811368
(129,19,104)
0 Favorites   0 Comments

Color spaces of #811368

RGB 12919104
HSL0.870.740.29
HSV314°85°51°
CMYK 0.000.850.19   0.49
XYZ11.78486.132313.6592
Yxy6.13230.37320.1942
Hunter Lab24.763541.6110-15.3691
CIE-Lab29.743852.1526-21.2508

#811368 color RGB value is (129,19,104).

#811368 hex color red value is 129, green value is 19 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #811368 hue: 0.87 , saturation: 0.74 and the lightness value of 811368 is 0.29.

The process color (four color CMYK) of #811368 color hex is 0.00, 0.85, 0.19, 0.49. Web safe color of #811368 is #990066. Color #811368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010011 01101000
Octal 201 23 150
Decimal 129 19 104
Hex 81 13 68

RGB Percentages of Color #811368

%51.19
%7.54
%41.27

CMYK Percentages of Color #811368

%0
%85
%19
%49

Triadic Colors of #811368

#811368 #688113 #136881

Analogous Colors of #811368

#811368 #811331 #631381

Monochromatic Colors of #811368

#811368

Complementary Color

#811368 #13812c

#811368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#811368 Color CSS Codes

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

#811368 Text Font Color

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

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


#811368 Background Color

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

This div background color is #811368


#811368 Border Color

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

This div border color is #811368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811368


Comments

No comments written yet.

Please login to write comment.