Color Hex Logo

#817edb Color Hex

#817EDB
(129,126,219)
0 Favorites   0 Comments

Color spaces of #817edb

RGB 129126219
HSL0.670.560.68
HSV242°42°86°
CMYK 0.410.420.00   0.14
XYZ29.300324.703370.2418
Yxy24.70330.23580.1988
Hunter Lab49.702418.2491-48.9997
CIE-Lab56.785224.0357-47.3208

#817edb color RGB value is (129,126,219).

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

The process color (four color CMYK) of #817edb color hex is 0.41, 0.42, 0.00, 0.14. Web safe color of #817edb is #9966cc. Color #817edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111110 11011011
Octal 201 176 333
Decimal 129 126 219
Hex 81 7E DB

RGB Percentages of Color #817edb

%27.22
%26.58
%46.20

CMYK Percentages of Color #817edb

%41
%42
%0
%14

Triadic Colors of #817edb

#817edb #db817e #7edb81

Analogous Colors of #817edb

#817edb #b07edb #7eaadb

Monochromatic Colors of #817edb

#817edb

Complementary Color

#817edb #d8db7e

#817edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#817edb Color CSS Codes

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

#817edb Text Font Color

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

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


#817edb Background Color

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

This div background color is #817edb


#817edb Border Color

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

This div border color is #817edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817edb


Comments

No comments written yet.

Please login to write comment.