Color Hex Logo

#817efb Color Hex

#817EFB
(129,126,251)
0 Favorites   0 Comments

Color spaces of #817efb

RGB 129126251
HSL0.670.940.74
HSV241°50°98°
CMYK 0.490.500.00   0.02
XYZ33.926726.553994.6041
Yxy26.55390.21880.1712
Hunter Lab51.530527.3427-72.7784
CIE-Lab58.559133.3053-62.2944

#817efb color RGB value is (129,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111110 11111011
Octal 201 176 373
Decimal 129 126 251
Hex 81 7E FB

RGB Percentages of Color #817efb

%25.49
%24.90
%49.60

CMYK Percentages of Color #817efb

%49
%50
%0
%2

Triadic Colors of #817efb

#817efb #fb817e #7efb81

Analogous Colors of #817efb

#817efb #c07efb #7ebafb

Monochromatic Colors of #817efb

#817efb

Complementary Color

#817efb #f8fb7e

#817efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#817efb Color CSS Codes

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

#817efb Text Font Color

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

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


#817efb Background Color

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

This div background color is #817efb


#817efb Border Color

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

This div border color is #817efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817efb


Comments

No comments written yet.

Please login to write comment.