Color Hex Logo

#631fdb Color Hex

#631FDB
(99,31,219)
0 Favorites   0 Comments

Color spaces of #631fdb

RGB 9931219
HSL0.730.750.49
HSV262°86°86°
CMYK 0.550.860.00   0.14
XYZ18.42188.747167.7353
Yxy8.74710.19410.0922
Hunter Lab29.575559.4258-115.0861
CIE-Lab35.492767.4059-81.9514

#631fdb color RGB value is (99,31,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011111 11011011
Octal 143 37 333
Decimal 99 31 219
Hex 63 1F DB

RGB Percentages of Color #631fdb

%28.37
%8.88
%62.75

CMYK Percentages of Color #631fdb

%55
%86
%0
%14

Triadic Colors of #631fdb

#631fdb #db631f #1fdb63

Analogous Colors of #631fdb

#631fdb #c11fdb #1f39db

Monochromatic Colors of #631fdb

#631fdb

Complementary Color

#631fdb #97db1f

#631fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#631fdb Color CSS Codes

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

#631fdb Text Font Color

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

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


#631fdb Background Color

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

This div background color is #631fdb


#631fdb Border Color

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

This div border color is #631fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631fdb


Comments

No comments written yet.

Please login to write comment.