Color Hex Logo

#884aad Color Hex

#884AAD
(136,74,173)
0 Favorites   0 Comments

Color spaces of #884aad

RGB 13674173
HSL0.770.400.48
HSV278°57°68°
CMYK 0.210.570.00   0.32
XYZ20.144913.148941.0114
Yxy13.14890.27110.1770
Hunter Lab36.261435.7076-41.6736
CIE-Lab42.986743.8584-42.7356

#884aad color RGB value is (136,74,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001010 10101101
Octal 210 112 255
Decimal 136 74 173
Hex 88 4A AD

RGB Percentages of Color #884aad

%35.51
%19.32
%45.17

CMYK Percentages of Color #884aad

%21
%57
%0
%32

Triadic Colors of #884aad

#884aad #ad884a #4aad88

Analogous Colors of #884aad

#884aad #ad4aa1 #574aad

Monochromatic Colors of #884aad

#884aad

Complementary Color

#884aad #6fad4a

#884aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#884aad Color CSS Codes

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

#884aad Text Font Color

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

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


#884aad Background Color

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

This div background color is #884aad


#884aad Border Color

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

This div border color is #884aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884aad


Comments

No comments written yet.

Please login to write comment.