Color Hex Logo

#651fdb Color Hex

#651FDB
(101,31,219)
0 Favorites   0 Comments

Color spaces of #651fdb

RGB 10131219
HSL0.730.750.49
HSV262°86°86°
CMYK 0.540.860.00   0.14
XYZ18.64308.861167.7456
Yxy8.86110.19570.0930
Hunter Lab29.767659.6986-114.0959
CIE-Lab35.715567.5994-81.5761

#651fdb color RGB value is (101,31,219).

#651fdb hex color red value is 101, green value is 31 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #651fdb hue: 0.73 , saturation: 0.75 and the lightness value of 651fdb is 0.49.

The process color (four color CMYK) of #651fdb color hex is 0.54, 0.86, 0.00, 0.14. Web safe color of #651fdb is #6633cc. Color #651fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011111 11011011
Octal 145 37 333
Decimal 101 31 219
Hex 65 1F DB

RGB Percentages of Color #651fdb

%28.77
%8.83
%62.39

CMYK Percentages of Color #651fdb

%54
%86
%0
%14

Triadic Colors of #651fdb

#651fdb #db651f #1fdb65

Analogous Colors of #651fdb

#651fdb #c31fdb #1f37db

Monochromatic Colors of #651fdb

#651fdb

Complementary Color

#651fdb #95db1f

#651fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#651fdb Color CSS Codes

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

#651fdb Text Font Color

<p style="color:#651fdb">Text here</p>

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


#651fdb Background Color

<div style="background-color:#651fdb">
Div content here</div>

This div background color is #651fdb


#651fdb Border Color

<div style="border:3px solid #651fdb">
Div here</div>

This div border color is #651fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651fdb


Comments

No comments written yet.

Please login to write comment.