Color Hex Logo

#811490 Color Hex

#811490
(129,20,144)
0 Favorites   0 Comments

Color spaces of #811490

RGB 12920144
HSL0.810.760.32
HSV293°86°56°
CMYK 0.100.860.00   0.44
XYZ14.33757.181127.0160
Yxy7.18110.29540.1480
Hunter Lab26.797648.6071-41.0150
CIE-Lab32.215758.3372-42.5449

#811490 color RGB value is (129,20,144).

#811490 hex color red value is 129, green value is 20 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #811490 hue: 0.81 , saturation: 0.76 and the lightness value of 811490 is 0.32.

The process color (four color CMYK) of #811490 color hex is 0.10, 0.86, 0.00, 0.44. Web safe color of #811490 is #990099. Color #811490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010100 10010000
Octal 201 24 220
Decimal 129 20 144
Hex 81 14 90

RGB Percentages of Color #811490

%44.03
%6.83
%49.15

CMYK Percentages of Color #811490

%10
%86
%0
%44

Triadic Colors of #811490

#811490 #908114 #149081

Analogous Colors of #811490

#811490 #901461 #431490

Monochromatic Colors of #811490

#811490

Complementary Color

#811490 #239014

#811490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#811490 Color CSS Codes

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

#811490 Text Font Color

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

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


#811490 Background Color

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

This div background color is #811490


#811490 Border Color

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

This div border color is #811490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,20,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 #811490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811490


Comments

No comments written yet.

Please login to write comment.