Color Hex Logo

#996dbd Color Hex

#996DBD
(153,109,189)
0 Favorites   0 Comments

Color spaces of #996dbd

RGB 153109189
HSL0.760.380.58
HSV273°42°74°
CMYK 0.190.420.00   0.26
XYZ27.790821.383750.8068
Yxy21.38370.27800.2139
Hunter Lab46.242526.3504-32.7724
CIE-Lab53.366932.8668-35.5277

#996dbd color RGB value is (153,109,189).

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

The process color (four color CMYK) of #996dbd color hex is 0.19, 0.42, 0.00, 0.26. Web safe color of #996dbd is #9966cc. Color #996dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101101 10111101
Octal 231 155 275
Decimal 153 109 189
Hex 99 6D BD

RGB Percentages of Color #996dbd

%33.92
%24.17
%41.91

CMYK Percentages of Color #996dbd

%19
%42
%0
%26

Triadic Colors of #996dbd

#996dbd #bd996d #6dbd99

Analogous Colors of #996dbd

#996dbd #bd6db9 #716dbd

Monochromatic Colors of #996dbd

#996dbd

Complementary Color

#996dbd #91bd6d

#996dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#996dbd Color CSS Codes

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

#996dbd Text Font Color

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

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


#996dbd Background Color

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

This div background color is #996dbd


#996dbd Border Color

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

This div border color is #996dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996dbd


Comments

No comments written yet.

Please login to write comment.