Color Hex Logo

#844aad Color Hex

#844AAD
(132,74,173)
0 Favorites   0 Comments

Color spaces of #844aad

RGB 13274173
HSL0.760.400.48
HSV275°57°68°
CMYK 0.240.570.00   0.32
XYZ19.507312.820240.9816
Yxy12.82020.26610.1749
Hunter Lab35.805334.5903-42.7977
CIE-Lab42.491142.8160-43.5552

#844aad color RGB value is (132,74,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001010 10101101
Octal 204 112 255
Decimal 132 74 173
Hex 84 4A AD

RGB Percentages of Color #844aad

%34.83
%19.53
%45.65

CMYK Percentages of Color #844aad

%24
%57
%0
%32

Triadic Colors of #844aad

#844aad #ad844a #4aad84

Analogous Colors of #844aad

#844aad #ad4aa5 #534aad

Monochromatic Colors of #844aad

#844aad

Complementary Color

#844aad #73ad4a

#844aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#844aad Color CSS Codes

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

#844aad Text Font Color

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

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


#844aad Background Color

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

This div background color is #844aad


#844aad Border Color

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

This div border color is #844aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844aad


Comments

No comments written yet.

Please login to write comment.