Color Hex Logo

#816390 Color Hex

#816390
(129,99,144)
0 Favorites   0 Comments

Color spaces of #816390

RGB 12999144
HSL0.780.190.48
HSV280°31°56°
CMYK 0.100.310.00   0.44
XYZ18.549115.604428.4199
Yxy15.60440.29640.2494
Hunter Lab39.502414.6888-15.0043
CIE-Lab46.451120.8364-20.1413

#816390 color RGB value is (129,99,144).

#816390 hex color red value is 129, green value is 99 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #816390 hue: 0.78 , saturation: 0.19 and the lightness value of 816390 is 0.48.

The process color (four color CMYK) of #816390 color hex is 0.10, 0.31, 0.00, 0.44. Web safe color of #816390 is #996699. Color #816390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100011 10010000
Octal 201 143 220
Decimal 129 99 144
Hex 81 63 90

RGB Percentages of Color #816390

%34.68
%26.61
%38.71

CMYK Percentages of Color #816390

%10
%31
%0
%44

Triadic Colors of #816390

#816390 #908163 #639081

Analogous Colors of #816390

#816390 #906389 #6b6390

Monochromatic Colors of #816390

#816390

Complementary Color

#816390 #729063

#816390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816390 Color CSS Codes

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

#816390 Text Font Color

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

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


#816390 Background Color

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

This div background color is #816390


#816390 Border Color

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

This div border color is #816390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816390


Comments

No comments written yet.

Please login to write comment.