Color Hex Logo

#8176de Color Hex

#8176DE
(129,118,222)
0 Favorites   0 Comments

Color spaces of #8176de

RGB 129118222
HSL0.680.610.67
HSV246°47°87°
CMYK 0.420.470.00   0.13
XYZ28.716522.897972.0135
Yxy22.89790.23230.1852
Hunter Lab47.851823.3798-55.7310
CIE-Lab54.967029.6143-51.8965

#8176de color RGB value is (129,118,222).

#8176de hex color red value is 129, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8176de hue: 0.68 , saturation: 0.61 and the lightness value of 8176de is 0.67.

The process color (four color CMYK) of #8176de color hex is 0.42, 0.47, 0.00, 0.13. Web safe color of #8176de is #9966cc. Color #8176de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110110 11011110
Octal 201 166 336
Decimal 129 118 222
Hex 81 76 DE

RGB Percentages of Color #8176de

%27.51
%25.16
%47.33

CMYK Percentages of Color #8176de

%42
%47
%0
%13

Triadic Colors of #8176de

#8176de #de8176 #76de81

Analogous Colors of #8176de

#8176de #b576de #769fde

Monochromatic Colors of #8176de

#8176de

Complementary Color

#8176de #d3de76

#8176de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8176de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8176de Color CSS Codes

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

#8176de Text Font Color

<p style="color:#8176de">Text here</p>

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


#8176de Background Color

<div style="background-color:#8176de">
Div content here</div>

This div background color is #8176de


#8176de Border Color

<div style="border:3px solid #8176de">
Div here</div>

This div border color is #8176de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,118,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8176de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8176de;
  -webkit-box-shadow: 1px 1px 3px 2px #8176de;
  box-shadow:         1px 1px 3px 2px #8176de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8176de


Comments

No comments written yet.

Please login to write comment.