Color Hex Logo

#996dbc Color Hex

#996DBC
(153,109,188)
0 Favorites   0 Comments

Color spaces of #996dbc

RGB 153109188
HSL0.760.370.58
HSV273°42°74°
CMYK 0.190.420.00   0.26
XYZ27.682621.340450.2370
Yxy21.34040.27890.2150
Hunter Lab46.195726.1231-32.1399
CIE-Lab53.320032.6375-35.0263

#996dbc color RGB value is (153,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101101 10111100
Octal 231 155 274
Decimal 153 109 188
Hex 99 6D BC

RGB Percentages of Color #996dbc

%34.00
%24.22
%41.78

CMYK Percentages of Color #996dbc

%19
%42
%0
%26

Triadic Colors of #996dbc

#996dbc #bc996d #6dbc99

Analogous Colors of #996dbc

#996dbc #bc6db8 #726dbc

Monochromatic Colors of #996dbc

#996dbc

Complementary Color

#996dbc #90bc6d

#996dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#996dbc Color CSS Codes

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

#996dbc Text Font Color

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

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


#996dbc Background Color

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

This div background color is #996dbc


#996dbc Border Color

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

This div border color is #996dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996dbc


Comments

No comments written yet.

Please login to write comment.