Color Hex Logo

#8276ab Color Hex

#8276AB
(130,118,171)
0 Favorites   0 Comments

Color spaces of #8276ab

RGB 130118171
HSL0.700.240.57
HSV254°31°67°
CMYK 0.240.310.00   0.33
XYZ23.035020.643041.2985
Yxy20.64300.27110.2429
Hunter Lab45.434610.9877-22.0884
CIE-Lab52.556516.2334-26.5722

#8276ab color RGB value is (130,118,171).

#8276ab hex color red value is 130, green value is 118 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8276ab hue: 0.70 , saturation: 0.24 and the lightness value of 8276ab is 0.57.

The process color (four color CMYK) of #8276ab color hex is 0.24, 0.31, 0.00, 0.33. Web safe color of #8276ab is #996699. Color #8276ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110110 10101011
Octal 202 166 253
Decimal 130 118 171
Hex 82 76 AB

RGB Percentages of Color #8276ab

%31.03
%28.16
%40.81

CMYK Percentages of Color #8276ab

%24
%31
%0
%33

Triadic Colors of #8276ab

#8276ab #ab8276 #76ab82

Analogous Colors of #8276ab

#8276ab #9d76ab #7685ab

Monochromatic Colors of #8276ab

#8276ab

Complementary Color

#8276ab #9fab76

#8276ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8276ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8276ab Color CSS Codes

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

#8276ab Text Font Color

<p style="color:#8276ab">Text here</p>

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


#8276ab Background Color

<div style="background-color:#8276ab">
Div content here</div>

This div background color is #8276ab


#8276ab Border Color

<div style="border:3px solid #8276ab">
Div here</div>

This div border color is #8276ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,118,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8276ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8276ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8276ab;
  box-shadow:         1px 1px 3px 2px #8276ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8276ab


Comments

No comments written yet.

Please login to write comment.