Color Hex Logo

#817ddb Color Hex

#817DDB
(129,125,219)
0 Favorites   0 Comments

Color spaces of #817ddb

RGB 129125219
HSL0.670.570.67
HSV243°43°86°
CMYK 0.410.430.00   0.14
XYZ29.173124.448870.1993
Yxy24.44880.23560.1975
Hunter Lab49.445718.7854-49.5634
CIE-Lab56.534424.6273-47.7184

#817ddb color RGB value is (129,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111101 11011011
Octal 201 175 333
Decimal 129 125 219
Hex 81 7D DB

RGB Percentages of Color #817ddb

%27.27
%26.43
%46.30

CMYK Percentages of Color #817ddb

%41
%43
%0
%14

Triadic Colors of #817ddb

#817ddb #db817d #7ddb81

Analogous Colors of #817ddb

#817ddb #b07ddb #7da8db

Monochromatic Colors of #817ddb

#817ddb

Complementary Color

#817ddb #d7db7d

#817ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#817ddb Color CSS Codes

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

#817ddb Text Font Color

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

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


#817ddb Background Color

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

This div background color is #817ddb


#817ddb Border Color

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

This div border color is #817ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,125,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 #817ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817ddb


Comments

No comments written yet.

Please login to write comment.