Color Hex Logo

#814680 Color Hex

#814680
(129,70,128)
0 Favorites   0 Comments

Color spaces of #814680

RGB 12970128
HSL0.840.300.39
HSV301°46°51°
CMYK 0.000.460.01   0.49
XYZ15.139710.606021.6713
Yxy10.60600.31930.2237
Hunter Lab32.566925.9892-16.6572
CIE-Lab38.908834.3618-22.1016

#814680 color RGB value is (129,70,128).

#814680 hex color red value is 129, green value is 70 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #814680 hue: 0.84 , saturation: 0.30 and the lightness value of 814680 is 0.39.

The process color (four color CMYK) of #814680 color hex is 0.00, 0.46, 0.01, 0.49. Web safe color of #814680 is #993399. Color #814680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000110 10000000
Octal 201 106 200
Decimal 129 70 128
Hex 81 46 80

RGB Percentages of Color #814680

%39.45
%21.41
%39.14

CMYK Percentages of Color #814680

%0
%46
%1
%49

Triadic Colors of #814680

#814680 #808146 #468081

Analogous Colors of #814680

#814680 #814663 #654681

Monochromatic Colors of #814680

#814680

Complementary Color

#814680 #468147

#814680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814680 Color CSS Codes

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

#814680 Text Font Color

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

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


#814680 Background Color

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

This div background color is #814680


#814680 Border Color

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

This div border color is #814680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814680


Comments

No comments written yet.

Please login to write comment.