Color Hex Logo

#445edb Color Hex

#445EDB
(68,94,219)
0 Favorites   0 Comments

Color spaces of #445edb

RGB 6894219
HSL0.640.680.56
HSV230°69°86°
CMYK 0.690.570.00   0.14
XYZ19.172814.348868.7769
Yxy14.34880.18740.1403
Hunter Lab37.879824.0578-81.1347
CIE-Lab44.729131.4740-66.8975

#445edb color RGB value is (68,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011110 11011011
Octal 104 136 333
Decimal 68 94 219
Hex 44 5E DB

RGB Percentages of Color #445edb

%17.85
%24.67
%57.48

CMYK Percentages of Color #445edb

%69
%57
%0
%14

Triadic Colors of #445edb

#445edb #db445e #5edb44

Analogous Colors of #445edb

#445edb #7644db #44aadb

Monochromatic Colors of #445edb

#445edb

Complementary Color

#445edb #dbc144

#445edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#445edb Color CSS Codes

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

#445edb Text Font Color

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

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


#445edb Background Color

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

This div background color is #445edb


#445edb Border Color

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

This div border color is #445edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445edb


Comments

No comments written yet.

Please login to write comment.