Color Hex Logo

#843aab Color Hex

#843AAB
(132,58,171)
0 Favorites   0 Comments

Color spaces of #843aab

RGB 13258171
HSL0.780.490.45
HSV279°66°67°
CMYK 0.230.660.00   0.33
XYZ18.379510.871939.6579
Yxy10.87190.26670.1578
Hunter Lab32.972641.7971-48.2305
CIE-Lab39.363950.4983-47.3752

#843aab color RGB value is (132,58,171).

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

The process color (four color CMYK) of #843aab color hex is 0.23, 0.66, 0.00, 0.33. Web safe color of #843aab is #993399. Color #843aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 10101011
Octal 204 72 253
Decimal 132 58 171
Hex 84 3A AB

RGB Percentages of Color #843aab

%36.57
%16.07
%47.37

CMYK Percentages of Color #843aab

%23
%66
%0
%33

Triadic Colors of #843aab

#843aab #ab843a #3aab84

Analogous Colors of #843aab

#843aab #ab3a9a #4c3aab

Monochromatic Colors of #843aab

#843aab

Complementary Color

#843aab #61ab3a

#843aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#843aab Color CSS Codes

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

#843aab Text Font Color

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

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


#843aab Background Color

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

This div background color is #843aab


#843aab Border Color

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

This div border color is #843aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843aab


Comments

No comments written yet.

Please login to write comment.