Color Hex Logo

#843aad Color Hex

#843AAD
(132,58,173)
0 Favorites   0 Comments

Color spaces of #843aad

RGB 13258173
HSL0.770.500.45
HSV279°66°68°
CMYK 0.240.660.00   0.32
XYZ18.571610.948840.6697
Yxy10.94880.26460.1560
Hunter Lab33.089042.2797-49.7111
CIE-Lab39.494150.9409-48.3552

#843aad color RGB value is (132,58,173).

#843aad hex color red value is 132, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #843aad hue: 0.77 , saturation: 0.50 and the lightness value of 843aad is 0.45.

The process color (four color CMYK) of #843aad color hex is 0.24, 0.66, 0.00, 0.32. Web safe color of #843aad is #993399. Color #843aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 10101101
Octal 204 72 255
Decimal 132 58 173
Hex 84 3A AD

RGB Percentages of Color #843aad

%36.36
%15.98
%47.66

CMYK Percentages of Color #843aad

%24
%66
%0
%32

Triadic Colors of #843aad

#843aad #ad843a #3aad84

Analogous Colors of #843aad

#843aad #ad3a9d #4b3aad

Monochromatic Colors of #843aad

#843aad

Complementary Color

#843aad #63ad3a

#843aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#843aad Color CSS Codes

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

#843aad Text Font Color

<p style="color:#843aad">Text here</p>

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


#843aad Background Color

<div style="background-color:#843aad">
Div content here</div>

This div background color is #843aad


#843aad Border Color

<div style="border:3px solid #843aad">
Div here</div>

This div border color is #843aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,58,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843aad;
  -webkit-box-shadow: 1px 1px 3px 2px #843aad;
  box-shadow:         1px 1px 3px 2px #843aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,58,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 #843aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843aad


Comments

No comments written yet.

Please login to write comment.