Color Hex Logo

#8a3adb Color Hex

#8A3ADB
(138,58,219)
0 Favorites   0 Comments

Color spaces of #8a3adb

RGB 13858219
HSL0.750.690.54
HSV270°74°86°
CMYK 0.370.740.00   0.14
XYZ24.780513.543968.3260
Yxy13.54390.23240.1270
Hunter Lab36.802055.7887-84.3153
CIE-Lab43.571662.6447-68.5172

#8a3adb color RGB value is (138,58,219).

#8a3adb hex color red value is 138, green value is 58 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8a3adb hue: 0.75 , saturation: 0.69 and the lightness value of 8a3adb is 0.54.

The process color (four color CMYK) of #8a3adb color hex is 0.37, 0.74, 0.00, 0.14. Web safe color of #8a3adb is #9933cc. Color #8a3adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00111010 11011011
Octal 212 72 333
Decimal 138 58 219
Hex 8A 3A DB

RGB Percentages of Color #8a3adb

%33.25
%13.98
%52.77

CMYK Percentages of Color #8a3adb

%37
%74
%0
%14

Triadic Colors of #8a3adb

#8a3adb #db8a3a #3adb8a

Analogous Colors of #8a3adb

#8a3adb #db3adb #3a3adb

Monochromatic Colors of #8a3adb

#8a3adb

Complementary Color

#8a3adb #8bdb3a

#8a3adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a3adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a3adb Color CSS Codes

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

#8a3adb Text Font Color

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

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


#8a3adb Background Color

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

This div background color is #8a3adb


#8a3adb Border Color

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

This div border color is #8a3adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a3adb


Comments

No comments written yet.

Please login to write comment.