Color Hex Logo

#814890 Color Hex

#814890
(129,72,144)
0 Favorites   0 Comments

Color spaces of #814890

RGB 12972144
HSL0.800.330.42
HSV288°50°56°
CMYK 0.100.500.00   0.44
XYZ16.404711.315527.7050
Yxy11.31550.29600.2042
Hunter Lab33.638528.1828-25.2848
CIE-Lab40.106936.5456-29.9989

#814890 color RGB value is (129,72,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001000 10010000
Octal 201 110 220
Decimal 129 72 144
Hex 81 48 90

RGB Percentages of Color #814890

%37.39
%20.87
%41.74

CMYK Percentages of Color #814890

%10
%50
%0
%44

Triadic Colors of #814890

#814890 #908148 #489081

Analogous Colors of #814890

#814890 #90487b #5d4890

Monochromatic Colors of #814890

#814890

Complementary Color

#814890 #579048

#814890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814890 Color CSS Codes

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

#814890 Text Font Color

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

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


#814890 Background Color

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

This div background color is #814890


#814890 Border Color

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

This div border color is #814890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814890


Comments

No comments written yet.

Please login to write comment.