Color Hex Logo

#445bdb Color Hex

#445BDB
(68,91,219)
0 Favorites   0 Comments

Color spaces of #445bdb

RGB 6891219
HSL0.640.680.56
HSV231°69°86°
CMYK 0.690.580.00   0.14
XYZ18.911213.825668.6897
Yxy13.82560.18650.1363
Hunter Lab37.182825.7154-83.5015
CIE-Lab43.981833.3553-68.1133

#445bdb color RGB value is (68,91,219).

#445bdb hex color red value is 68, green value is 91 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #445bdb hue: 0.64 , saturation: 0.68 and the lightness value of 445bdb is 0.56.

The process color (four color CMYK) of #445bdb color hex is 0.69, 0.58, 0.00, 0.14. Web safe color of #445bdb is #3366cc. Color #445bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011011 11011011
Octal 104 133 333
Decimal 68 91 219
Hex 44 5B DB

RGB Percentages of Color #445bdb

%17.99
%24.07
%57.94

CMYK Percentages of Color #445bdb

%69
%58
%0
%14

Triadic Colors of #445bdb

#445bdb #db445b #5bdb44

Analogous Colors of #445bdb

#445bdb #7944db #44a7db

Monochromatic Colors of #445bdb

#445bdb

Complementary Color

#445bdb #dbc444

#445bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#445bdb Color CSS Codes

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

#445bdb Text Font Color

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

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


#445bdb Background Color

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

This div background color is #445bdb


#445bdb Border Color

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

This div border color is #445bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445bdb


Comments

No comments written yet.

Please login to write comment.