Color Hex Logo

#817ec1 Color Hex

#817EC1
(129,126,193)
1 Favorites   0 Comments

Color spaces of #817ec1

RGB 129126193
HSL0.670.350.63
HSV243°35°76°
CMYK 0.330.350.00   0.24
XYZ26.139823.439153.5986
Yxy23.43910.25330.2272
Hunter Lab48.413911.6518-31.7496
CIE-Lab55.521816.8721-34.6032

#817ec1 color RGB value is (129,126,193).

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

The process color (four color CMYK) of #817ec1 color hex is 0.33, 0.35, 0.00, 0.24. Web safe color of #817ec1 is #9966cc. Color #817ec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111110 11000001
Octal 201 176 301
Decimal 129 126 193
Hex 81 7E C1

RGB Percentages of Color #817ec1

%28.79
%28.13
%43.08

CMYK Percentages of Color #817ec1

%33
%35
%0
%24

Triadic Colors of #817ec1

#817ec1 #c1817e #7ec181

Analogous Colors of #817ec1

#817ec1 #a37ec1 #7e9dc1

Monochromatic Colors of #817ec1

#817ec1

Complementary Color

#817ec1 #bec17e

#817ec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817ec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817ec1 Color CSS Codes

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

#817ec1 Text Font Color

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

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


#817ec1 Background Color

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

This div background color is #817ec1


#817ec1 Border Color

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

This div border color is #817ec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817ec1


Comments

No comments written yet.

Please login to write comment.