Color Hex Logo

#996dbf Color Hex

#996DBF
(153,109,191)
0 Favorites   0 Comments

Color spaces of #996dbf

RGB 153109191
HSL0.760.390.59
HSV272°43°75°
CMYK 0.200.430.00   0.25
XYZ28.009521.471251.9583
Yxy21.47120.27610.2117
Hunter Lab46.337026.8087-34.0467
CIE-Lab53.461433.3278-36.5279

#996dbf color RGB value is (153,109,191).

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

The process color (four color CMYK) of #996dbf color hex is 0.20, 0.43, 0.00, 0.25. Web safe color of #996dbf is #9966cc. Color #996dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101101 10111111
Octal 231 155 277
Decimal 153 109 191
Hex 99 6D BF

RGB Percentages of Color #996dbf

%33.77
%24.06
%42.16

CMYK Percentages of Color #996dbf

%20
%43
%0
%25

Triadic Colors of #996dbf

#996dbf #bf996d #6dbf99

Analogous Colors of #996dbf

#996dbf #bf6dbc #706dbf

Monochromatic Colors of #996dbf

#996dbf

Complementary Color

#996dbf #93bf6d

#996dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#996dbf Color CSS Codes

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

#996dbf Text Font Color

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

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


#996dbf Background Color

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

This div background color is #996dbf


#996dbf Border Color

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

This div border color is #996dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996dbf


Comments

No comments written yet.

Please login to write comment.