Color Hex Logo

#814194 Color Hex

#814194
(129,65,148)
0 Favorites   0 Comments

Color spaces of #814194

RGB 12965148
HSL0.800.390.42
HSV286°56°58°
CMYK 0.130.560.00   0.42
XYZ16.288910.585829.2017
Yxy10.58580.29050.1888
Hunter Lab32.535832.4274-30.4391
CIE-Lab38.873941.2035-34.3669

#814194 color RGB value is (129,65,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000001 10010100
Octal 201 101 224
Decimal 129 65 148
Hex 81 41 94

RGB Percentages of Color #814194

%37.72
%19.01
%43.27

CMYK Percentages of Color #814194

%13
%56
%0
%42

Triadic Colors of #814194

#814194 #948141 #419481

Analogous Colors of #814194

#814194 #94417e #574194

Monochromatic Colors of #814194

#814194

Complementary Color

#814194 #549441

#814194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814194 Color CSS Codes

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

#814194 Text Font Color

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

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


#814194 Background Color

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

This div background color is #814194


#814194 Border Color

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

This div border color is #814194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814194


Comments

No comments written yet.

Please login to write comment.