Color Hex Logo

#996ebf Color Hex

#996EBF
(153,110,191)
0 Favorites   0 Comments

Color spaces of #996ebf

RGB 153110191
HSL0.760.390.59
HSV272°42°75°
CMYK 0.200.420.00   0.25
XYZ28.116821.685851.9941
Yxy21.68580.27620.2130
Hunter Lab46.568026.2806-33.6008
CIE-Lab53.692032.7579-36.1662

#996ebf color RGB value is (153,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101110 10111111
Octal 231 156 277
Decimal 153 110 191
Hex 99 6E BF

RGB Percentages of Color #996ebf

%33.70
%24.23
%42.07

CMYK Percentages of Color #996ebf

%20
%42
%0
%25

Triadic Colors of #996ebf

#996ebf #bf996e #6ebf99

Analogous Colors of #996ebf

#996ebf #bf6ebd #716ebf

Monochromatic Colors of #996ebf

#996ebf

Complementary Color

#996ebf #94bf6e

#996ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#996ebf Color CSS Codes

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

#996ebf Text Font Color

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

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


#996ebf Background Color

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

This div background color is #996ebf


#996ebf Border Color

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

This div border color is #996ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996ebf


Comments

No comments written yet.

Please login to write comment.