Color Hex Logo

#650adb Color Hex

#650ADB
(101,10,219)
0 Favorites   0 Comments

Color spaces of #650adb

RGB 10110219
HSL0.740.910.45
HSV266°95°86°
CMYK 0.540.950.00   0.14
XYZ18.26168.098367.6185
Yxy8.09830.19430.0862
Hunter Lab28.457564.7454-120.9600
CIE-Lab34.186872.1939-84.1049

#650adb color RGB value is (101,10,219).

#650adb hex color red value is 101, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #650adb hue: 0.74 , saturation: 0.91 and the lightness value of 650adb is 0.45.

The process color (four color CMYK) of #650adb color hex is 0.54, 0.95, 0.00, 0.14. Web safe color of #650adb is #6600cc. Color #650adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001010 11011011
Octal 145 12 333
Decimal 101 10 219
Hex 65 A DB

RGB Percentages of Color #650adb

%30.61
%3.03
%66.36

CMYK Percentages of Color #650adb

%54
%95
%0
%14

Triadic Colors of #650adb

#650adb #db650a #0adb65

Analogous Colors of #650adb

#650adb #ce0adb #0a18db

Monochromatic Colors of #650adb

#650adb

Complementary Color

#650adb #80db0a

#650adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#650adb Color CSS Codes

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

#650adb Text Font Color

<p style="color:#650adb">Text here</p>

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


#650adb Background Color

<div style="background-color:#650adb">
Div content here</div>

This div background color is #650adb


#650adb Border Color

<div style="border:3px solid #650adb">
Div here</div>

This div border color is #650adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,10,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #650adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #650adb;
  -webkit-box-shadow: 1px 1px 3px 2px #650adb;
  box-shadow:         1px 1px 3px 2px #650adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,10,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 #650adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650adb


Comments

No comments written yet.

Please login to write comment.