Color Hex Logo

#996ead Color Hex

#996EAD
(153,110,173)
0 Favorites   0 Comments

Color spaces of #996ead

RGB 153110173
HSL0.780.280.55
HSV281°36°68°
CMYK 0.120.360.00   0.32
XYZ26.255620.941342.1934
Yxy20.94130.29370.2343
Hunter Lab45.761722.3309-22.6337
CIE-Lab52.885228.7162-27.0438

#996ead color RGB value is (153,110,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101110 10101101
Octal 231 156 255
Decimal 153 110 173
Hex 99 6E AD

RGB Percentages of Color #996ead

%35.09
%25.23
%39.68

CMYK Percentages of Color #996ead

%12
%36
%0
%32

Triadic Colors of #996ead

#996ead #ad996e #6ead99

Analogous Colors of #996ead

#996ead #ad6ea2 #7a6ead

Monochromatic Colors of #996ead

#996ead

Complementary Color

#996ead #82ad6e

#996ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#996ead Color CSS Codes

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

#996ead Text Font Color

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

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


#996ead Background Color

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

This div background color is #996ead


#996ead Border Color

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

This div border color is #996ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996ead


Comments

No comments written yet.

Please login to write comment.