Color Hex Logo

#996bff Color Hex

#996BFF
(153,107,255)
0 Favorites   0 Comments

Color spaces of #996bff

RGB 153107255
HSL0.721.000.71
HSV259°58°100°
CMYK 0.400.580.00   0.00
XYZ36.444624.507797.4174
Yxy24.50770.23010.1547
Hunter Lab49.505344.7733-82.0183
CIE-Lab56.592650.3476-67.5583

#996bff color RGB value is (153,107,255).

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

The process color (four color CMYK) of #996bff color hex is 0.40, 0.58, 0.00, 0.00. Web safe color of #996bff is #9966ff. Color #996bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101011 11111111
Octal 231 153 377
Decimal 153 107 255
Hex 99 6B FF

RGB Percentages of Color #996bff

%29.71
%20.78
%49.51

CMYK Percentages of Color #996bff

%40
%58
%0
%0

Triadic Colors of #996bff

#996bff #ff996b #6bff99

Analogous Colors of #996bff

#996bff #e36bff #6b87ff

Monochromatic Colors of #996bff

#996bff

Complementary Color

#996bff #d1ff6b

#996bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#996bff Color CSS Codes

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

#996bff Text Font Color

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

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


#996bff Background Color

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

This div background color is #996bff


#996bff Border Color

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

This div border color is #996bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996bff


Comments

No comments written yet.

Please login to write comment.