Color Hex Logo

#996bfc Color Hex

#996BFC
(153,107,252)
0 Favorites   0 Comments

Color spaces of #996bfc

RGB 153107252
HSL0.720.960.70
HSV259°58°99°
CMYK 0.390.580.00   0.01
XYZ35.965324.316094.8933
Yxy24.31600.23180.1567
Hunter Lab49.311343.8948-79.5783
CIE-Lab56.402849.5662-66.2065

#996bfc color RGB value is (153,107,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101011 11111100
Octal 231 153 374
Decimal 153 107 252
Hex 99 6B FC

RGB Percentages of Color #996bfc

%29.88
%20.90
%49.22

CMYK Percentages of Color #996bfc

%39
%58
%0
%1

Triadic Colors of #996bfc

#996bfc #fc996b #6bfc99

Analogous Colors of #996bfc

#996bfc #e26bfc #6b86fc

Monochromatic Colors of #996bfc

#996bfc

Complementary Color

#996bfc #cefc6b

#996bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#996bfc Color CSS Codes

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

#996bfc Text Font Color

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

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


#996bfc Background Color

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

This div background color is #996bfc


#996bfc Border Color

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

This div border color is #996bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996bfc


Comments

No comments written yet.

Please login to write comment.