Color Hex Logo

#817bae Color Hex

#817BAE
(129,123,174)
0 Favorites   0 Comments

Color spaces of #817bae

RGB 129123174
HSL0.690.240.58
HSV247°29°68°
CMYK 0.260.290.00   0.32
XYZ23.776221.889043.0163
Yxy21.88900.26810.2468
Hunter Lab46.78578.8377-21.7632
CIE-Lab53.909013.7121-26.2204

#817bae color RGB value is (129,123,174).

#817bae hex color red value is 129, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #817bae hue: 0.69 , saturation: 0.24 and the lightness value of 817bae is 0.58.

The process color (four color CMYK) of #817bae color hex is 0.26, 0.29, 0.00, 0.32. Web safe color of #817bae is #996699. Color #817bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111011 10101110
Octal 201 173 256
Decimal 129 123 174
Hex 81 7B AE

RGB Percentages of Color #817bae

%30.28
%28.87
%40.85

CMYK Percentages of Color #817bae

%26
%29
%0
%32

Triadic Colors of #817bae

#817bae #ae817b #7bae81

Analogous Colors of #817bae

#817bae #9b7bae #7b8fae

Monochromatic Colors of #817bae

#817bae

Complementary Color

#817bae #a8ae7b

#817bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#817bae Color CSS Codes

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

#817bae Text Font Color

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

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


#817bae Background Color

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

This div background color is #817bae


#817bae Border Color

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

This div border color is #817bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,123,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817bae;
  -webkit-box-shadow: 1px 1px 3px 2px #817bae;
  box-shadow:         1px 1px 3px 2px #817bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817bae


Comments

No comments written yet.

Please login to write comment.