Color Hex Logo

#817ff6 Color Hex

#817FF6
(129,127,246)
0 Favorites   0 Comments

Color spaces of #817ff6

RGB 129127246
HSL0.670.870.73
HSV241°48°96°
CMYK 0.480.480.00   0.04
XYZ33.277226.499790.5498
Yxy26.49970.22140.1763
Hunter Lab51.477925.3028-68.2569
CIE-Lab58.508431.2462-59.6158

#817ff6 color RGB value is (129,127,246).

#817ff6 hex color red value is 129, green value is 127 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #817ff6 hue: 0.67 , saturation: 0.87 and the lightness value of 817ff6 is 0.73.

The process color (four color CMYK) of #817ff6 color hex is 0.48, 0.48, 0.00, 0.04. Web safe color of #817ff6 is #9966ff. Color #817ff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111111 11110110
Octal 201 177 366
Decimal 129 127 246
Hex 81 7F F6

RGB Percentages of Color #817ff6

%25.70
%25.30
%49.00

CMYK Percentages of Color #817ff6

%48
%48
%0
%4

Triadic Colors of #817ff6

#817ff6 #f6817f #7ff681

Analogous Colors of #817ff6

#817ff6 #bd7ff6 #7fb9f6

Monochromatic Colors of #817ff6

#817ff6

Complementary Color

#817ff6 #f4f67f

#817ff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817ff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817ff6 Color CSS Codes

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

#817ff6 Text Font Color

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

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


#817ff6 Background Color

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

This div background color is #817ff6


#817ff6 Border Color

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

This div border color is #817ff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817ff6


Comments

No comments written yet.

Please login to write comment.