Color Hex Logo

#8246ad Color Hex

#8246AD
(130,70,173)
0 Favorites   0 Comments

Color spaces of #8246ad

RGB 13070173
HSL0.760.420.48
HSV275°60°68°
CMYK 0.250.600.00   0.32
XYZ18.938912.143340.8809
Yxy12.14330.26320.1687
Hunter Lab34.847236.0291-45.1628
CIE-Lab41.443044.4408-45.2439

#8246ad color RGB value is (130,70,173).

#8246ad hex color red value is 130, green value is 70 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8246ad hue: 0.76 , saturation: 0.42 and the lightness value of 8246ad is 0.48.

The process color (four color CMYK) of #8246ad color hex is 0.25, 0.60, 0.00, 0.32. Web safe color of #8246ad is #993399. Color #8246ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000110 10101101
Octal 202 106 255
Decimal 130 70 173
Hex 82 46 AD

RGB Percentages of Color #8246ad

%34.85
%18.77
%46.38

CMYK Percentages of Color #8246ad

%25
%60
%0
%32

Triadic Colors of #8246ad

#8246ad #ad8246 #46ad82

Analogous Colors of #8246ad

#8246ad #ad46a5 #4e46ad

Monochromatic Colors of #8246ad

#8246ad

Complementary Color

#8246ad #71ad46

#8246ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8246ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8246ad Color CSS Codes

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

#8246ad Text Font Color

<p style="color:#8246ad">Text here</p>

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


#8246ad Background Color

<div style="background-color:#8246ad">
Div content here</div>

This div background color is #8246ad


#8246ad Border Color

<div style="border:3px solid #8246ad">
Div here</div>

This div border color is #8246ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,70,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8246ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8246ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8246ad;
  box-shadow:         1px 1px 3px 2px #8246ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8246ad


Comments

No comments written yet.

Please login to write comment.