Color Hex Logo

#817dfb Color Hex

#817DFB
(129,125,251)
0 Favorites   0 Comments

Color spaces of #817dfb

RGB 129125251
HSL0.670.940.74
HSV242°50°98°
CMYK 0.490.500.00   0.02
XYZ33.799526.299494.5617
Yxy26.29940.21850.1700
Hunter Lab51.282927.9004-73.4280
CIE-Lab58.320233.8915-62.6779

#817dfb color RGB value is (129,125,251).

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

The process color (four color CMYK) of #817dfb color hex is 0.49, 0.50, 0.00, 0.02. Web safe color of #817dfb is #9966ff. Color #817dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111101 11111011
Octal 201 175 373
Decimal 129 125 251
Hex 81 7D FB

RGB Percentages of Color #817dfb

%25.54
%24.75
%49.70

CMYK Percentages of Color #817dfb

%49
%50
%0
%2

Triadic Colors of #817dfb

#817dfb #fb817d #7dfb81

Analogous Colors of #817dfb

#817dfb #c07dfb #7db8fb

Monochromatic Colors of #817dfb

#817dfb

Complementary Color

#817dfb #f7fb7d

#817dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#817dfb Color CSS Codes

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

#817dfb Text Font Color

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

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


#817dfb Background Color

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

This div background color is #817dfb


#817dfb Border Color

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

This div border color is #817dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.