Color Hex Logo

#996bbc Color Hex

#996BBC
(153,107,188)
0 Favorites   0 Comments

Color spaces of #996bbc

RGB 153107188
HSL0.760.380.58
HSV274°43°74°
CMYK 0.190.430.00   0.26
XYZ27.471720.918550.1667
Yxy20.91850.27870.2122
Hunter Lab45.736727.1764-33.0170
CIE-Lab52.860233.7758-35.7471

#996bbc color RGB value is (153,107,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101011 10111100
Octal 231 153 274
Decimal 153 107 188
Hex 99 6B BC

RGB Percentages of Color #996bbc

%34.15
%23.88
%41.96

CMYK Percentages of Color #996bbc

%19
%43
%0
%26

Triadic Colors of #996bbc

#996bbc #bc996b #6bbc99

Analogous Colors of #996bbc

#996bbc #bc6bb7 #716bbc

Monochromatic Colors of #996bbc

#996bbc

Complementary Color

#996bbc #8ebc6b

#996bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#996bbc Color CSS Codes

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

#996bbc Text Font Color

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

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


#996bbc Background Color

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

This div background color is #996bbc


#996bbc Border Color

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

This div border color is #996bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996bbc


Comments

No comments written yet.

Please login to write comment.