Color Hex Logo

#331bdb Color Hex

#331BDB
(51,27,219)
0 Favorites   0 Comments

Color spaces of #331bdb

RGB 5127219
HSL0.690.780.48
HSV248°88°86°
CMYK 0.770.880.00   0.14
XYZ14.54346.602167.5257
Yxy6.60210.16400.0745
Hunter Lab25.694656.0675-137.8289
CIE-Lab30.883465.3480-89.7224

#331bdb color RGB value is (51,27,219).

#331bdb hex color red value is 51, green value is 27 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #331bdb hue: 0.69 , saturation: 0.78 and the lightness value of 331bdb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011011 11011011
Octal 63 33 333
Decimal 51 27 219
Hex 33 1B DB

RGB Percentages of Color #331bdb

%17.17
%9.09
%73.74

CMYK Percentages of Color #331bdb

%77
%88
%0
%14

Triadic Colors of #331bdb

#331bdb #db331b #1bdb33

Analogous Colors of #331bdb

#331bdb #931bdb #1b63db

Monochromatic Colors of #331bdb

#331bdb

Complementary Color

#331bdb #c3db1b

#331bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#331bdb Color CSS Codes

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

#331bdb Text Font Color

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

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


#331bdb Background Color

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

This div background color is #331bdb


#331bdb Border Color

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

This div border color is #331bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331bdb


Comments

No comments written yet.

Please login to write comment.