Color Hex Logo

#8227ad Color Hex

#8227AD
(130,39,173)
0 Favorites   0 Comments

Color spaces of #8227ad

RGB 13039173
HSL0.780.630.42
HSV281°77°68°
CMYK 0.250.770.00   0.32
XYZ17.47439.214040.3926
Yxy9.21400.26050.1374
Hunter Lab30.354649.6371-57.6486
CIE-Lab36.393158.4766-53.3739

#8227ad color RGB value is (130,39,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100111 10101101
Octal 202 47 255
Decimal 130 39 173
Hex 82 27 AD

RGB Percentages of Color #8227ad

%38.01
%11.40
%50.58

CMYK Percentages of Color #8227ad

%25
%77
%0
%32

Triadic Colors of #8227ad

#8227ad #ad8227 #27ad82

Analogous Colors of #8227ad

#8227ad #ad2795 #3f27ad

Monochromatic Colors of #8227ad

#8227ad

Complementary Color

#8227ad #52ad27

#8227ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8227ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8227ad Color CSS Codes

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

#8227ad Text Font Color

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

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


#8227ad Background Color

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

This div background color is #8227ad


#8227ad Border Color

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

This div border color is #8227ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8227ad


Comments

No comments written yet.

Please login to write comment.