Color Hex Logo

#996bca Color Hex

#996BCA
(153,107,202)
0 Favorites   0 Comments

Color spaces of #996bca

RGB 153107202
HSL0.750.470.61
HSV269°47°79°
CMYK 0.240.470.00   0.21
XYZ29.055221.552058.5057
Yxy21.55200.26630.1975
Hunter Lab46.424130.4745-42.2229
CIE-Lab53.548437.0429-42.6848

#996bca color RGB value is (153,107,202).

#996bca hex color red value is 153, green value is 107 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #996bca hue: 0.75 , saturation: 0.47 and the lightness value of 996bca is 0.61.

The process color (four color CMYK) of #996bca color hex is 0.24, 0.47, 0.00, 0.21. Web safe color of #996bca is #9966cc. Color #996bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101011 11001010
Octal 231 153 312
Decimal 153 107 202
Hex 99 6B CA

RGB Percentages of Color #996bca

%33.12
%23.16
%43.72

CMYK Percentages of Color #996bca

%24
%47
%0
%21

Triadic Colors of #996bca

#996bca #ca996b #6bca99

Analogous Colors of #996bca

#996bca #c96bca #6b6dca

Monochromatic Colors of #996bca

#996bca

Complementary Color

#996bca #9cca6b

#996bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#996bca Color CSS Codes

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

#996bca Text Font Color

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

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


#996bca Background Color

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

This div background color is #996bca


#996bca Border Color

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

This div border color is #996bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996bca


Comments

No comments written yet.

Please login to write comment.