Color Hex Logo

#884aac Color Hex

#884AAC
(136,74,172)
0 Favorites   0 Comments

Color spaces of #884aac

RGB 13674172
HSL0.770.400.48
HSV278°57°67°
CMYK 0.210.570.00   0.33
XYZ20.048513.110440.5036
Yxy13.11040.27220.1780
Hunter Lab36.208335.4708-40.9776
CIE-Lab42.929143.6305-42.2364

#884aac color RGB value is (136,74,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001010 10101100
Octal 210 112 254
Decimal 136 74 172
Hex 88 4A AC

RGB Percentages of Color #884aac

%35.60
%19.37
%45.03

CMYK Percentages of Color #884aac

%21
%57
%0
%33

Triadic Colors of #884aac

#884aac #ac884a #4aac88

Analogous Colors of #884aac

#884aac #ac4a9f #574aac

Monochromatic Colors of #884aac

#884aac

Complementary Color

#884aac #6eac4a

#884aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#884aac Color CSS Codes

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

#884aac Text Font Color

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

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


#884aac Background Color

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

This div background color is #884aac


#884aac Border Color

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

This div border color is #884aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,74,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884aac


Comments

No comments written yet.

Please login to write comment.