Color Hex Logo

#817cbd Color Hex

#817CBD
(129,124,189)
0 Favorites   0 Comments

Color spaces of #817cbd

RGB 129124189
HSL0.680.330.61
HSV245°34°74°
CMYK 0.320.340.00   0.26
XYZ25.446222.756651.1954
Yxy22.75660.25600.2289
Hunter Lab47.703911.7337-30.2368
CIE-Lab54.820716.9921-33.4155

#817cbd color RGB value is (129,124,189).

#817cbd hex color red value is 129, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #817cbd hue: 0.68 , saturation: 0.33 and the lightness value of 817cbd is 0.61.

The process color (four color CMYK) of #817cbd color hex is 0.32, 0.34, 0.00, 0.26. Web safe color of #817cbd is #9966cc. Color #817cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111100 10111101
Octal 201 174 275
Decimal 129 124 189
Hex 81 7C BD

RGB Percentages of Color #817cbd

%29.19
%28.05
%42.76

CMYK Percentages of Color #817cbd

%32
%34
%0
%26

Triadic Colors of #817cbd

#817cbd #bd817c #7cbd81

Analogous Colors of #817cbd

#817cbd #a27cbd #7c98bd

Monochromatic Colors of #817cbd

#817cbd

Complementary Color

#817cbd #b8bd7c

#817cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#817cbd Color CSS Codes

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

#817cbd Text Font Color

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

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


#817cbd Background Color

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

This div background color is #817cbd


#817cbd Border Color

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

This div border color is #817cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817cbd


Comments

No comments written yet.

Please login to write comment.