Color Hex Logo

#817eeb Color Hex

#817EEB
(129,126,235)
0 Favorites   0 Comments

Color spaces of #817eeb

RGB 129126235
HSL0.670.730.71
HSV242°46°92°
CMYK 0.450.460.00   0.08
XYZ31.509525.587081.8753
Yxy25.58700.22670.1841
Hunter Lab50.583622.6698-60.5591
CIE-Lab57.642928.6226-54.8994

#817eeb color RGB value is (129,126,235).

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

The process color (four color CMYK) of #817eeb color hex is 0.45, 0.46, 0.00, 0.08. Web safe color of #817eeb is #9966ff. Color #817eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111110 11101011
Octal 201 176 353
Decimal 129 126 235
Hex 81 7E EB

RGB Percentages of Color #817eeb

%26.33
%25.71
%47.96

CMYK Percentages of Color #817eeb

%45
%46
%0
%8

Triadic Colors of #817eeb

#817eeb #eb817e #7eeb81

Analogous Colors of #817eeb

#817eeb #b87eeb #7eb2eb

Monochromatic Colors of #817eeb

#817eeb

Complementary Color

#817eeb #e8eb7e

#817eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#817eeb Color CSS Codes

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

#817eeb Text Font Color

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

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


#817eeb Background Color

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

This div background color is #817eeb


#817eeb Border Color

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

This div border color is #817eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817eeb


Comments

No comments written yet.

Please login to write comment.