Color Hex Logo

#9706db Color Hex

#9706DB
(151,6,219)
0 Favorites   0 Comments

Color spaces of #9706db

RGB 1516219
HSL0.780.950.44
HSV281°97°86°
CMYK 0.310.970.00   0.14
XYZ25.613811.824067.9501
Yxy11.82400.24300.1122
Hunter Lab34.386072.7872-93.0925
CIE-Lab40.935077.5503-72.7485

#9706db color RGB value is (151,6,219).

#9706db hex color red value is 151, green value is 6 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9706db hue: 0.78 , saturation: 0.95 and the lightness value of 9706db is 0.44.

The process color (four color CMYK) of #9706db color hex is 0.31, 0.97, 0.00, 0.14. Web safe color of #9706db is #9900cc. Color #9706db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000110 11011011
Octal 227 6 333
Decimal 151 6 219
Hex 97 6 DB

RGB Percentages of Color #9706db

%40.16
%1.60
%58.24

CMYK Percentages of Color #9706db

%31
%97
%0
%14

Triadic Colors of #9706db

#9706db #db9706 #06db97

Analogous Colors of #9706db

#9706db #db06b5 #2c06db

Monochromatic Colors of #9706db

#9706db

Complementary Color

#9706db #4adb06

#9706db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9706db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9706db Color CSS Codes

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

#9706db Text Font Color

<p style="color:#9706db">Text here</p>

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


#9706db Background Color

<div style="background-color:#9706db">
Div content here</div>

This div background color is #9706db


#9706db Border Color

<div style="border:3px solid #9706db">
Div here</div>

This div border color is #9706db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,6,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9706db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9706db;
  -webkit-box-shadow: 1px 1px 3px 2px #9706db;
  box-shadow:         1px 1px 3px 2px #9706db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,6,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9706db


Comments

No comments written yet.

Please login to write comment.