Color Hex Logo

#814290 Color Hex

#814290
(129,66,144)
0 Favorites   0 Comments

Color spaces of #814290

RGB 12966144
HSL0.800.370.41
HSV288°54°56°
CMYK 0.100.540.00   0.44
XYZ16.035510.577227.5820
Yxy10.57720.29590.1952
Hunter Lab32.522631.0961-27.5173
CIE-Lab38.859039.8198-31.9625

#814290 color RGB value is (129,66,144).

#814290 hex color red value is 129, green value is 66 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #814290 hue: 0.80 , saturation: 0.37 and the lightness value of 814290 is 0.41.

The process color (four color CMYK) of #814290 color hex is 0.10, 0.54, 0.00, 0.44. Web safe color of #814290 is #993399. Color #814290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000010 10010000
Octal 201 102 220
Decimal 129 66 144
Hex 81 42 90

RGB Percentages of Color #814290

%38.05
%19.47
%42.48

CMYK Percentages of Color #814290

%10
%54
%0
%44

Triadic Colors of #814290

#814290 #908142 #429081

Analogous Colors of #814290

#814290 #904278 #5a4290

Monochromatic Colors of #814290

#814290

Complementary Color

#814290 #519042

#814290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814290 Color CSS Codes

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

#814290 Text Font Color

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

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


#814290 Background Color

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

This div background color is #814290


#814290 Border Color

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

This div border color is #814290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814290


Comments

No comments written yet.

Please login to write comment.