Color Hex Logo

#996fbe Color Hex

#996FBE
(153,111,190)
0 Favorites   0 Comments

Color spaces of #996fbe

RGB 153111190
HSL0.760.380.59
HSV272°42°75°
CMYK 0.190.420.00   0.25
XYZ28.115621.858951.4525
Yxy21.85890.27720.2155
Hunter Lab46.753525.5238-32.5215
CIE-Lab53.877031.9560-35.3026

#996fbe color RGB value is (153,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101111 10111110
Octal 231 157 276
Decimal 153 111 190
Hex 99 6F BE

RGB Percentages of Color #996fbe

%33.70
%24.45
%41.85

CMYK Percentages of Color #996fbe

%19
%42
%0
%25

Triadic Colors of #996fbe

#996fbe #be996f #6fbe99

Analogous Colors of #996fbe

#996fbe #be6fbc #726fbe

Monochromatic Colors of #996fbe

#996fbe

Complementary Color

#996fbe #94be6f

#996fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#996fbe Color CSS Codes

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

#996fbe Text Font Color

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

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


#996fbe Background Color

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

This div background color is #996fbe


#996fbe Border Color

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

This div border color is #996fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996fbe


Comments

No comments written yet.

Please login to write comment.