Color Hex Logo

#816ca5 Color Hex

#816CA5
(129,108,165)
0 Favorites   0 Comments

Color spaces of #816ca5

RGB 129108165
HSL0.730.240.54
HSV262°35°65°
CMYK 0.220.350.00   0.35
XYZ21.207418.108937.9749
Yxy18.10890.27440.2343
Hunter Lab42.554614.4864-23.1211
CIE-Lab49.627920.3842-27.6288

#816ca5 color RGB value is (129,108,165).

#816ca5 hex color red value is 129, green value is 108 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #816ca5 hue: 0.73 , saturation: 0.24 and the lightness value of 816ca5 is 0.54.

The process color (four color CMYK) of #816ca5 color hex is 0.22, 0.35, 0.00, 0.35. Web safe color of #816ca5 is #996699. Color #816ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101100 10100101
Octal 201 154 245
Decimal 129 108 165
Hex 81 6C A5

RGB Percentages of Color #816ca5

%32.09
%26.87
%41.04

CMYK Percentages of Color #816ca5

%22
%35
%0
%35

Triadic Colors of #816ca5

#816ca5 #a5816c #6ca581

Analogous Colors of #816ca5

#816ca5 #9e6ca5 #6c74a5

Monochromatic Colors of #816ca5

#816ca5

Complementary Color

#816ca5 #90a56c

#816ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816ca5 Color CSS Codes

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

#816ca5 Text Font Color

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

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


#816ca5 Background Color

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

This div background color is #816ca5


#816ca5 Border Color

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

This div border color is #816ca5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,108,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #816ca5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #816ca5;
  -webkit-box-shadow: 1px 1px 3px 2px #816ca5;
  box-shadow:         1px 1px 3px 2px #816ca5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816ca5


Comments

No comments written yet.

Please login to write comment.