Color Hex Logo

#817abf Color Hex

#817ABF
(129,122,191)
0 Favorites   0 Comments

Color spaces of #817abf

RGB 129122191
HSL0.680.350.61
HSV246°36°75°
CMYK 0.320.360.00   0.25
XYZ25.416822.347852.2642
Yxy22.34780.25410.2234
Hunter Lab47.273513.2428-32.4579
CIE-Lab54.394118.7069-35.2259

#817abf color RGB value is (129,122,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111010 10111111
Octal 201 172 277
Decimal 129 122 191
Hex 81 7A BF

RGB Percentages of Color #817abf

%29.19
%27.60
%43.21

CMYK Percentages of Color #817abf

%32
%36
%0
%25

Triadic Colors of #817abf

#817abf #bf817a #7abf81

Analogous Colors of #817abf

#817abf #a47abf #7a96bf

Monochromatic Colors of #817abf

#817abf

Complementary Color

#817abf #b8bf7a

#817abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#817abf Color CSS Codes

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

#817abf Text Font Color

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

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


#817abf Background Color

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

This div background color is #817abf


#817abf Border Color

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

This div border color is #817abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817abf


Comments

No comments written yet.

Please login to write comment.