Color Hex Logo

#445abb Color Hex

#445ABB
(68,90,187)
0 Favorites   0 Comments

Color spaces of #445abb

RGB 6890187
HSL0.640.470.50
HSV229°64°73°
CMYK 0.640.520.00   0.27
XYZ15.009712.129148.5638
Yxy12.12910.19830.1602
Hunter Lab34.826915.9830-58.2973
CIE-Lab41.420622.7572-53.8075

#445abb color RGB value is (68,90,187).

#445abb hex color red value is 68, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #445abb hue: 0.64 , saturation: 0.47 and the lightness value of 445abb is 0.50.

The process color (four color CMYK) of #445abb color hex is 0.64, 0.52, 0.00, 0.27. Web safe color of #445abb is #3366cc. Color #445abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011010 10111011
Octal 104 132 273
Decimal 68 90 187
Hex 44 5A BB

RGB Percentages of Color #445abb

%19.71
%26.09
%54.20

CMYK Percentages of Color #445abb

%64
%52
%0
%27

Triadic Colors of #445abb

#445abb #bb445a #5abb44

Analogous Colors of #445abb

#445abb #6a44bb #4496bb

Monochromatic Colors of #445abb

#445abb

Complementary Color

#445abb #bba544

#445abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#445abb Color CSS Codes

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

#445abb Text Font Color

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

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


#445abb Background Color

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

This div background color is #445abb


#445abb Border Color

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

This div border color is #445abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,90,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #445abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445abb


Comments

No comments written yet.

Please login to write comment.