Color Hex Logo

#331fdb Color Hex

#331FDB
(51,31,219)
0 Favorites   0 Comments

Color spaces of #331fdb

RGB 5131219
HSL0.680.750.49
HSV246°86°86°
CMYK 0.770.860.00   0.14
XYZ14.64146.798367.5583
Yxy6.79830.16450.0764
Hunter Lab26.073554.6066-135.3728
CIE-Lab31.343363.9651-88.9569

#331fdb color RGB value is (51,31,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011111 11011011
Octal 63 37 333
Decimal 51 31 219
Hex 33 1F DB

RGB Percentages of Color #331fdb

%16.94
%10.30
%72.76

CMYK Percentages of Color #331fdb

%77
%86
%0
%14

Triadic Colors of #331fdb

#331fdb #db331f #1fdb33

Analogous Colors of #331fdb

#331fdb #911fdb #1f69db

Monochromatic Colors of #331fdb

#331fdb

Complementary Color

#331fdb #c7db1f

#331fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#331fdb Color CSS Codes

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

#331fdb Text Font Color

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

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


#331fdb Background Color

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

This div background color is #331fdb


#331fdb Border Color

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

This div border color is #331fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331fdb


Comments

No comments written yet.

Please login to write comment.