Color Hex Logo

#996dba Color Hex

#996DBA
(153,109,186)
0 Favorites   0 Comments

Color spaces of #996dba

RGB 153109186
HSL0.760.360.58
HSV274°41°73°
CMYK 0.180.410.00   0.27
XYZ27.468421.254849.1092
Yxy21.25480.28080.2173
Hunter Lab46.102925.6712-30.8841
CIE-Lab53.227232.1805-34.0211

#996dba color RGB value is (153,109,186).

#996dba hex color red value is 153, green value is 109 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #996dba hue: 0.76 , saturation: 0.36 and the lightness value of 996dba is 0.58.

The process color (four color CMYK) of #996dba color hex is 0.18, 0.41, 0.00, 0.27. Web safe color of #996dba is #9966cc. Color #996dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101101 10111010
Octal 231 155 272
Decimal 153 109 186
Hex 99 6D BA

RGB Percentages of Color #996dba

%34.15
%24.33
%41.52

CMYK Percentages of Color #996dba

%18
%41
%0
%27

Triadic Colors of #996dba

#996dba #ba996d #6dba99

Analogous Colors of #996dba

#996dba #ba6db5 #736dba

Monochromatic Colors of #996dba

#996dba

Complementary Color

#996dba #8eba6d

#996dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#996dba Color CSS Codes

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

#996dba Text Font Color

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

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


#996dba Background Color

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

This div background color is #996dba


#996dba Border Color

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

This div border color is #996dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996dba


Comments

No comments written yet.

Please login to write comment.