Color Hex Logo

#650bdb Color Hex

#650BDB
(101,11,219)
0 Favorites   0 Comments

Color spaces of #650bdb

RGB 10111219
HSL0.740.900.45
HSV266°95°86°
CMYK 0.540.950.00   0.14
XYZ18.27278.120567.6222
Yxy8.12050.19440.0864
Hunter Lab28.496564.5900-120.7477
CIE-Lab34.232672.0548-84.0290

#650bdb color RGB value is (101,11,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001011 11011011
Octal 145 13 333
Decimal 101 11 219
Hex 65 B DB

RGB Percentages of Color #650bdb

%30.51
%3.32
%66.16

CMYK Percentages of Color #650bdb

%54
%95
%0
%14

Triadic Colors of #650bdb

#650bdb #db650b #0bdb65

Analogous Colors of #650bdb

#650bdb #cd0bdb #0b19db

Monochromatic Colors of #650bdb

#650bdb

Complementary Color

#650bdb #81db0b

#650bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#650bdb Color CSS Codes

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

#650bdb Text Font Color

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

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


#650bdb Background Color

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

This div background color is #650bdb


#650bdb Border Color

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

This div border color is #650bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650bdb


Comments

No comments written yet.

Please login to write comment.