Color Hex Logo

#8441ab Color Hex

#8441AB
(132,65,171)
0 Favorites   0 Comments

Color spaces of #8441ab

RGB 13265171
HSL0.770.450.46
HSV278°62°67°
CMYK 0.230.620.00   0.33
XYZ18.756711.626439.7836
Yxy11.62640.26730.1657
Hunter Lab34.097538.5204-45.3089
CIE-Lab40.616147.0655-45.3670

#8441ab color RGB value is (132,65,171).

#8441ab hex color red value is 132, green value is 65 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8441ab hue: 0.77 , saturation: 0.45 and the lightness value of 8441ab is 0.46.

The process color (four color CMYK) of #8441ab color hex is 0.23, 0.62, 0.00, 0.33. Web safe color of #8441ab is #993399. Color #8441ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 10101011
Octal 204 101 253
Decimal 132 65 171
Hex 84 41 AB

RGB Percentages of Color #8441ab

%35.87
%17.66
%46.47

CMYK Percentages of Color #8441ab

%23
%62
%0
%33

Triadic Colors of #8441ab

#8441ab #ab8441 #41ab84

Analogous Colors of #8441ab

#8441ab #ab419d #4f41ab

Monochromatic Colors of #8441ab

#8441ab

Complementary Color

#8441ab #68ab41

#8441ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8441ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8441ab Color CSS Codes

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

#8441ab Text Font Color

<p style="color:#8441ab">Text here</p>

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


#8441ab Background Color

<div style="background-color:#8441ab">
Div content here</div>

This div background color is #8441ab


#8441ab Border Color

<div style="border:3px solid #8441ab">
Div here</div>

This div border color is #8441ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8441ab


Comments

No comments written yet.

Please login to write comment.