Color Hex Logo

#8633aa Color Hex

#8633AA
(134,51,170)
0 Favorites   0 Comments

Color spaces of #8633aa

RGB 13451170
HSL0.780.540.43
HSV282°70°67°
CMYK 0.210.700.00   0.33
XYZ18.271010.338339.0627
Yxy10.33830.27000.1528
Hunter Lab32.153245.1641-49.5237
CIE-Lab38.442953.8981-48.2450

#8633aa color RGB value is (134,51,170).

#8633aa hex color red value is 134, green value is 51 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8633aa hue: 0.78 , saturation: 0.54 and the lightness value of 8633aa is 0.43.

The process color (four color CMYK) of #8633aa color hex is 0.21, 0.70, 0.00, 0.33. Web safe color of #8633aa is #993399. Color #8633aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110011 10101010
Octal 206 63 252
Decimal 134 51 170
Hex 86 33 AA

RGB Percentages of Color #8633aa

%37.75
%14.37
%47.89

CMYK Percentages of Color #8633aa

%21
%70
%0
%33

Triadic Colors of #8633aa

#8633aa #aa8633 #33aa86

Analogous Colors of #8633aa

#8633aa #aa3393 #4a33aa

Monochromatic Colors of #8633aa

#8633aa

Complementary Color

#8633aa #57aa33

#8633aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8633aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8633aa Color CSS Codes

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

#8633aa Text Font Color

<p style="color:#8633aa">Text here</p>

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


#8633aa Background Color

<div style="background-color:#8633aa">
Div content here</div>

This div background color is #8633aa


#8633aa Border Color

<div style="border:3px solid #8633aa">
Div here</div>

This div border color is #8633aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,51,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8633aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8633aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8633aa;
  box-shadow:         1px 1px 3px 2px #8633aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,51,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8633aa


Comments

No comments written yet.

Please login to write comment.