Color Hex Logo

#301bdb Color Hex

#301BDB
(48,27,219)
0 Favorites   0 Comments

Color spaces of #301bdb

RGB 4827219
HSL0.680.780.48
HSV247°88°86°
CMYK 0.780.880.00   0.14
XYZ14.39706.526767.5188
Yxy6.52670.16280.0738
Hunter Lab25.547455.8840-138.8133
CIE-Lab30.704265.2199-90.0255

#301bdb color RGB value is (48,27,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011011 11011011
Octal 60 33 333
Decimal 48 27 219
Hex 30 1B DB

RGB Percentages of Color #301bdb

%16.33
%9.18
%74.49

CMYK Percentages of Color #301bdb

%78
%88
%0
%14

Triadic Colors of #301bdb

#301bdb #db301b #1bdb30

Analogous Colors of #301bdb

#301bdb #901bdb #1b66db

Monochromatic Colors of #301bdb

#301bdb

Complementary Color

#301bdb #c6db1b

#301bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#301bdb Color CSS Codes

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

#301bdb Text Font Color

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

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


#301bdb Background Color

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

This div background color is #301bdb


#301bdb Border Color

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

This div border color is #301bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301bdb


Comments

No comments written yet.

Please login to write comment.