Color Hex Logo

#996bef Color Hex

#996BEF
(153,107,239)
0 Favorites   0 Comments

Color spaces of #996bef

RGB 153107239
HSL0.720.800.68
HSV261°55°94°
CMYK 0.360.550.00   0.06
XYZ33.974623.519784.4105
Yxy23.51970.23940.1657
Hunter Lab48.497140.1780-69.2478
CIE-Lab55.603746.2112-60.2735

#996bef color RGB value is (153,107,239).

#996bef hex color red value is 153, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #996bef hue: 0.72 , saturation: 0.80 and the lightness value of 996bef is 0.68.

The process color (four color CMYK) of #996bef color hex is 0.36, 0.55, 0.00, 0.06. Web safe color of #996bef is #9966ff. Color #996bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101011 11101111
Octal 231 153 357
Decimal 153 107 239
Hex 99 6B EF

RGB Percentages of Color #996bef

%30.66
%21.44
%47.90

CMYK Percentages of Color #996bef

%36
%55
%0
%6

Triadic Colors of #996bef

#996bef #ef996b #6bef99

Analogous Colors of #996bef

#996bef #db6bef #6b7fef

Monochromatic Colors of #996bef

#996bef

Complementary Color

#996bef #c1ef6b

#996bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#996bef Color CSS Codes

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

#996bef Text Font Color

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

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


#996bef Background Color

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

This div background color is #996bef


#996bef Border Color

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

This div border color is #996bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996bef


Comments

No comments written yet.

Please login to write comment.