Color Hex Logo

#996eae Color Hex

#996EAE
(153,110,174)
0 Favorites   0 Comments

Color spaces of #996eae

RGB 153110174
HSL0.780.280.56
HSV280°37°68°
CMYK 0.120.370.00   0.32
XYZ26.352820.980242.7050
Yxy20.98020.29270.2330
Hunter Lab45.804122.5403-23.2155
CIE-Lab52.927828.9338-27.5573

#996eae color RGB value is (153,110,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101110 10101110
Octal 231 156 256
Decimal 153 110 174
Hex 99 6E AE

RGB Percentages of Color #996eae

%35.01
%25.17
%39.82

CMYK Percentages of Color #996eae

%12
%37
%0
%32

Triadic Colors of #996eae

#996eae #ae996e #6eae99

Analogous Colors of #996eae

#996eae #ae6ea3 #796eae

Monochromatic Colors of #996eae

#996eae

Complementary Color

#996eae #83ae6e

#996eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#996eae Color CSS Codes

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

#996eae Text Font Color

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

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


#996eae Background Color

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

This div background color is #996eae


#996eae Border Color

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

This div border color is #996eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,110,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 #996eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996eae


Comments

No comments written yet.

Please login to write comment.