Color Hex Logo

#8270ab Color Hex

#8270AB
(130,112,171)
0 Favorites   0 Comments

Color spaces of #8270ab

RGB 130112171
HSL0.720.260.55
HSV258°35°67°
CMYK 0.240.350.00   0.33
XYZ22.350819.274441.0704
Yxy19.27440.27030.2331
Hunter Lab43.902614.0447-24.7333
CIE-Lab51.006719.7962-28.9773

#8270ab color RGB value is (130,112,171).

#8270ab hex color red value is 130, green value is 112 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8270ab hue: 0.72 , saturation: 0.26 and the lightness value of 8270ab is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110000 10101011
Octal 202 160 253
Decimal 130 112 171
Hex 82 70 AB

RGB Percentages of Color #8270ab

%31.48
%27.12
%41.40

CMYK Percentages of Color #8270ab

%24
%35
%0
%33

Triadic Colors of #8270ab

#8270ab #ab8270 #70ab82

Analogous Colors of #8270ab

#8270ab #a070ab #707cab

Monochromatic Colors of #8270ab

#8270ab

Complementary Color

#8270ab #99ab70

#8270ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8270ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8270ab Color CSS Codes

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

#8270ab Text Font Color

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

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


#8270ab Background Color

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

This div background color is #8270ab


#8270ab Border Color

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

This div border color is #8270ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8270ab


Comments

No comments written yet.

Please login to write comment.