Color Hex Logo

#8267ab Color Hex

#8267AB
(130,103,171)
0 Favorites   0 Comments

Color spaces of #8267ab

RGB 130103171
HSL0.730.290.54
HSV264°40°67°
CMYK 0.240.400.00   0.33
XYZ21.406917.386640.7558
Yxy17.38660.26910.2186
Hunter Lab41.697218.6697-28.7633
CIE-Lab48.743525.1443-32.5095

#8267ab color RGB value is (130,103,171).

#8267ab hex color red value is 130, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8267ab hue: 0.73 , saturation: 0.29 and the lightness value of 8267ab is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100111 10101011
Octal 202 147 253
Decimal 130 103 171
Hex 82 67 AB

RGB Percentages of Color #8267ab

%32.18
%25.50
%42.33

CMYK Percentages of Color #8267ab

%24
%40
%0
%33

Triadic Colors of #8267ab

#8267ab #ab8267 #67ab82

Analogous Colors of #8267ab

#8267ab #a467ab #676eab

Monochromatic Colors of #8267ab

#8267ab

Complementary Color

#8267ab #90ab67

#8267ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8267ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8267ab Color CSS Codes

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

#8267ab Text Font Color

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

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


#8267ab Background Color

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

This div background color is #8267ab


#8267ab Border Color

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

This div border color is #8267ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,103,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 #8267ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8267ab


Comments

No comments written yet.

Please login to write comment.