Color Hex Logo

#996aae Color Hex

#996AAE
(153,106,174)
0 Favorites   0 Comments

Color spaces of #996aae

RGB 153106174
HSL0.780.300.55
HSV281°39°68°
CMYK 0.120.390.00   0.32
XYZ25.930920.136442.5644
Yxy20.13640.29260.2272
Hunter Lab44.873624.6202-24.8274
CIE-Lab51.991131.2221-29.0115

#996aae color RGB value is (153,106,174).

#996aae hex color red value is 153, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #996aae hue: 0.78 , saturation: 0.30 and the lightness value of 996aae is 0.55.

The process color (four color CMYK) of #996aae color hex is 0.12, 0.39, 0.00, 0.32. Web safe color of #996aae is #996699. Color #996aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101010 10101110
Octal 231 152 256
Decimal 153 106 174
Hex 99 6A AE

RGB Percentages of Color #996aae

%35.33
%24.48
%40.18

CMYK Percentages of Color #996aae

%12
%39
%0
%32

Triadic Colors of #996aae

#996aae #ae996a #6aae99

Analogous Colors of #996aae

#996aae #ae6aa1 #776aae

Monochromatic Colors of #996aae

#996aae

Complementary Color

#996aae #7fae6a

#996aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#996aae Color CSS Codes

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

#996aae Text Font Color

<p style="color:#996aae">Text here</p>

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


#996aae Background Color

<div style="background-color:#996aae">
Div content here</div>

This div background color is #996aae


#996aae Border Color

<div style="border:3px solid #996aae">
Div here</div>

This div border color is #996aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,106,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #996aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #996aae;
  -webkit-box-shadow: 1px 1px 3px 2px #996aae;
  box-shadow:         1px 1px 3px 2px #996aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,106,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996aae


Comments

No comments written yet.

Please login to write comment.