Color Hex Logo

#8a44ba Color Hex

#8A44BA
(138,68,186)
0 Favorites   0 Comments

Color spaces of #8a44ba

RGB 13868186
HSL0.770.460.50
HSV276°63°73°
CMYK 0.260.630.00   0.27
XYZ21.411313.082747.8511
Yxy13.08270.26000.1589
Hunter Lab36.170042.3678-53.1187
CIE-Lab42.887650.4062-50.5270

#8a44ba color RGB value is (138,68,186).

#8a44ba hex color red value is 138, green value is 68 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8a44ba hue: 0.77 , saturation: 0.46 and the lightness value of 8a44ba is 0.50.

The process color (four color CMYK) of #8a44ba color hex is 0.26, 0.63, 0.00, 0.27. Web safe color of #8a44ba is #9933cc. Color #8a44ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01000100 10111010
Octal 212 104 272
Decimal 138 68 186
Hex 8A 44 BA

RGB Percentages of Color #8a44ba

%35.20
%17.35
%47.45

CMYK Percentages of Color #8a44ba

%26
%63
%0
%27

Triadic Colors of #8a44ba

#8a44ba #ba8a44 #44ba8a

Analogous Colors of #8a44ba

#8a44ba #ba44af #4f44ba

Monochromatic Colors of #8a44ba

#8a44ba

Complementary Color

#8a44ba #74ba44

#8a44ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a44ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a44ba Color CSS Codes

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

#8a44ba Text Font Color

<p style="color:#8a44ba">Text here</p>

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


#8a44ba Background Color

<div style="background-color:#8a44ba">
Div content here</div>

This div background color is #8a44ba


#8a44ba Border Color

<div style="border:3px solid #8a44ba">
Div here</div>

This div border color is #8a44ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,68,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a44ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a44ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8a44ba;
  box-shadow:         1px 1px 3px 2px #8a44ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,68,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a44ba

#8a44ba Color Palettes


Comments

No comments written yet.

Please login to write comment.