Color Hex Logo

#8262ac Color Hex

#8262AC
(130,98,172)
0 Favorites   0 Comments

Color spaces of #8262ac

RGB 13098172
HSL0.740.310.53
HSV266°43°67°
CMYK 0.240.430.00   0.33
XYZ21.020016.459741.0989
Yxy16.45970.26750.2095
Hunter Lab40.570621.4841-31.6627
CIE-Lab47.571928.3504-34.9328

#8262ac color RGB value is (130,98,172).

#8262ac hex color red value is 130, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8262ac hue: 0.74 , saturation: 0.31 and the lightness value of 8262ac is 0.53.

The process color (four color CMYK) of #8262ac color hex is 0.24, 0.43, 0.00, 0.33. Web safe color of #8262ac is #996699. Color #8262ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100010 10101100
Octal 202 142 254
Decimal 130 98 172
Hex 82 62 AC

RGB Percentages of Color #8262ac

%32.50
%24.50
%43.00

CMYK Percentages of Color #8262ac

%24
%43
%0
%33

Triadic Colors of #8262ac

#8262ac #ac8262 #62ac82

Analogous Colors of #8262ac

#8262ac #a762ac #6267ac

Monochromatic Colors of #8262ac

#8262ac

Complementary Color

#8262ac #8cac62

#8262ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8262ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8262ac Color CSS Codes

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

#8262ac Text Font Color

<p style="color:#8262ac">Text here</p>

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


#8262ac Background Color

<div style="background-color:#8262ac">
Div content here</div>

This div background color is #8262ac


#8262ac Border Color

<div style="border:3px solid #8262ac">
Div here</div>

This div border color is #8262ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,98,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8262ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8262ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8262ac;
  box-shadow:         1px 1px 3px 2px #8262ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8262ac


Comments

No comments written yet.

Please login to write comment.