Color Hex Logo

#817eba Color Hex

#817EBA
(129,126,186)
0 Favorites   0 Comments

Color spaces of #817eba

RGB 129126186
HSL0.680.300.61
HSV243°32°73°
CMYK 0.310.320.00   0.27
XYZ25.377023.134049.5822
Yxy23.13400.25870.2358
Hunter Lab48.097810.0076-27.4513
CIE-Lab55.210115.0214-31.0932

#817eba color RGB value is (129,126,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111110 10111010
Octal 201 176 272
Decimal 129 126 186
Hex 81 7E BA

RGB Percentages of Color #817eba

%29.25
%28.57
%42.18

CMYK Percentages of Color #817eba

%31
%32
%0
%27

Triadic Colors of #817eba

#817eba #ba817e #7eba81

Analogous Colors of #817eba

#817eba #9f7eba #7e99ba

Monochromatic Colors of #817eba

#817eba

Complementary Color

#817eba #b7ba7e

#817eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#817eba Color CSS Codes

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

#817eba Text Font Color

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

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


#817eba Background Color

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

This div background color is #817eba


#817eba Border Color

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

This div border color is #817eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817eba


Comments

No comments written yet.

Please login to write comment.