Color Hex Logo

#8633ad Color Hex

#8633AD
(134,51,173)
0 Favorites   0 Comments

Color spaces of #8633ad

RGB 13451173
HSL0.780.540.44
HSV281°71°68°
CMYK 0.230.710.00   0.32
XYZ18.558210.453140.5747
Yxy10.45310.26670.1502
Hunter Lab32.331345.8796-51.7752
CIE-Lab38.643654.5368-49.7092

#8633ad color RGB value is (134,51,173).

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

The process color (four color CMYK) of #8633ad color hex is 0.23, 0.71, 0.00, 0.32. Web safe color of #8633ad is #993399. Color #8633ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110011 10101101
Octal 206 63 255
Decimal 134 51 173
Hex 86 33 AD

RGB Percentages of Color #8633ad

%37.43
%14.25
%48.32

CMYK Percentages of Color #8633ad

%23
%71
%0
%32

Triadic Colors of #8633ad

#8633ad #ad8633 #33ad86

Analogous Colors of #8633ad

#8633ad #ad3397 #4933ad

Monochromatic Colors of #8633ad

#8633ad

Complementary Color

#8633ad #5aad33

#8633ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8633ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8633ad Color CSS Codes

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

#8633ad Text Font Color

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

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


#8633ad Background Color

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

This div background color is #8633ad


#8633ad Border Color

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

This div border color is #8633ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8633ad


Comments

No comments written yet.

Please login to write comment.