Color Hex Logo

#9701db Color Hex

#9701DB
(151,1,219)
0 Favorites   0 Comments

Color spaces of #9701db

RGB 1511219
HSL0.780.990.43
HSV281°100°86°
CMYK 0.311.000.00   0.14
XYZ25.559511.715567.9320
Yxy11.71550.24290.1114
Hunter Lab34.227973.3950-93.7131
CIE-Lab40.760378.0749-73.0345

#9701db color RGB value is (151,1,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000001 11011011
Octal 227 1 333
Decimal 151 1 219
Hex 97 1 DB

RGB Percentages of Color #9701db

%40.70
%0.27
%59.03

CMYK Percentages of Color #9701db

%31
%100
%0
%14

Triadic Colors of #9701db

#9701db #db9701 #01db97

Analogous Colors of #9701db

#9701db #db01b2 #2a01db

Monochromatic Colors of #9701db

#9701db

Complementary Color

#9701db #45db01

#9701db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9701db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9701db Color CSS Codes

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

#9701db Text Font Color

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

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


#9701db Background Color

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

This div background color is #9701db


#9701db Border Color

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

This div border color is #9701db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,1,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 #9701db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9701db


Comments

No comments written yet.

Please login to write comment.