Color Hex Logo

#817dbb Color Hex

#817DBB
(129,125,187)
0 Favorites   0 Comments

Color spaces of #817dbb

RGB 129125187
HSL0.680.310.61
HSV244°33°73°
CMYK 0.310.330.00   0.27
XYZ25.356522.922250.1017
Yxy22.92220.25770.2330
Hunter Lab47.877110.7515-28.5309
CIE-Lab54.992115.8743-32.0046

#817dbb color RGB value is (129,125,187).

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

The process color (four color CMYK) of #817dbb color hex is 0.31, 0.33, 0.00, 0.27. Web safe color of #817dbb is #9966cc. Color #817dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111101 10111011
Octal 201 175 273
Decimal 129 125 187
Hex 81 7D BB

RGB Percentages of Color #817dbb

%29.25
%28.34
%42.40

CMYK Percentages of Color #817dbb

%31
%33
%0
%27

Triadic Colors of #817dbb

#817dbb #bb817d #7dbb81

Analogous Colors of #817dbb

#817dbb #a07dbb #7d98bb

Monochromatic Colors of #817dbb

#817dbb

Complementary Color

#817dbb #b7bb7d

#817dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#817dbb Color CSS Codes

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

#817dbb Text Font Color

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

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


#817dbb Background Color

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

This div background color is #817dbb


#817dbb Border Color

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

This div border color is #817dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817dbb


Comments

No comments written yet.

Please login to write comment.