Color Hex Logo

#814193 Color Hex

#814193
(129,65,147)
0 Favorites   0 Comments

Color spaces of #814193

RGB 12965147
HSL0.800.390.42
HSV287°56°58°
CMYK 0.120.560.00   0.42
XYZ16.210010.554328.7866
Yxy10.55430.29180.1900
Hunter Lab32.487432.2120-29.7948
CIE-Lab38.819440.9892-33.8468

#814193 color RGB value is (129,65,147).

#814193 hex color red value is 129, green value is 65 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #814193 hue: 0.80 , saturation: 0.39 and the lightness value of 814193 is 0.42.

The process color (four color CMYK) of #814193 color hex is 0.12, 0.56, 0.00, 0.42. Web safe color of #814193 is #993399. Color #814193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000001 10010011
Octal 201 101 223
Decimal 129 65 147
Hex 81 41 93

RGB Percentages of Color #814193

%37.83
%19.06
%43.11

CMYK Percentages of Color #814193

%12
%56
%0
%42

Triadic Colors of #814193

#814193 #938141 #419381

Analogous Colors of #814193

#814193 #93417c #584193

Monochromatic Colors of #814193

#814193

Complementary Color

#814193 #539341

#814193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814193 Color CSS Codes

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

#814193 Text Font Color

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

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


#814193 Background Color

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

This div background color is #814193


#814193 Border Color

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

This div border color is #814193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814193


Comments

No comments written yet.

Please login to write comment.