Color Hex Logo

#996aeb Color Hex

#996AEB
(153,106,235)
0 Favorites   0 Comments

Color spaces of #996aeb

RGB 153106235
HSL0.730.760.67
HSV262°55°92°
CMYK 0.350.550.00   0.08
XYZ33.286323.078581.2975
Yxy23.07850.24180.1676
Hunter Lab48.040139.6100-66.7075
CIE-Lab55.153145.7406-58.7633

#996aeb color RGB value is (153,106,235).

#996aeb hex color red value is 153, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #996aeb hue: 0.73 , saturation: 0.76 and the lightness value of 996aeb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101010 11101011
Octal 231 152 353
Decimal 153 106 235
Hex 99 6A EB

RGB Percentages of Color #996aeb

%30.97
%21.46
%47.57

CMYK Percentages of Color #996aeb

%35
%55
%0
%8

Triadic Colors of #996aeb

#996aeb #eb996a #6aeb99

Analogous Colors of #996aeb

#996aeb #da6aeb #6a7ceb

Monochromatic Colors of #996aeb

#996aeb

Complementary Color

#996aeb #bceb6a

#996aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#996aeb Color CSS Codes

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

#996aeb Text Font Color

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

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


#996aeb Background Color

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

This div background color is #996aeb


#996aeb Border Color

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

This div border color is #996aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996aeb


Comments

No comments written yet.

Please login to write comment.