Color Hex Logo

#844cab Color Hex

#844CAB
(132,76,171)
0 Favorites   0 Comments

Color spaces of #844cab

RGB 13276171
HSL0.760.380.48
HSV275°56°67°
CMYK 0.230.560.00   0.33
XYZ19.450813.014740.0150
Yxy13.01470.26840.1796
Hunter Lab36.075933.1079-40.5107
CIE-Lab42.785441.2624-41.9035

#844cab color RGB value is (132,76,171).

#844cab hex color red value is 132, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #844cab hue: 0.76 , saturation: 0.38 and the lightness value of 844cab is 0.48.

The process color (four color CMYK) of #844cab color hex is 0.23, 0.56, 0.00, 0.33. Web safe color of #844cab is #993399. Color #844cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001100 10101011
Octal 204 114 253
Decimal 132 76 171
Hex 84 4C AB

RGB Percentages of Color #844cab

%34.83
%20.05
%45.12

CMYK Percentages of Color #844cab

%23
%56
%0
%33

Triadic Colors of #844cab

#844cab #ab844c #4cab84

Analogous Colors of #844cab

#844cab #ab4ca3 #554cab

Monochromatic Colors of #844cab

#844cab

Complementary Color

#844cab #73ab4c

#844cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#844cab Color CSS Codes

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

#844cab Text Font Color

<p style="color:#844cab">Text here</p>

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


#844cab Background Color

<div style="background-color:#844cab">
Div content here</div>

This div background color is #844cab


#844cab Border Color

<div style="border:3px solid #844cab">
Div here</div>

This div border color is #844cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844cab


Comments

No comments written yet.

Please login to write comment.