Color Hex Logo

#444cbd Color Hex

#444CBD
(68,76,189)
0 Favorites   0 Comments

Color spaces of #444cbd

RGB 6876189
HSL0.660.480.50
HSV236°64°74°
CMYK 0.640.600.00   0.26
XYZ14.153610.071949.3422
Yxy10.07190.19240.1369
Hunter Lab31.736324.0682-69.9662
CIE-Lab37.971232.3862-60.5669

#444cbd color RGB value is (68,76,189).

#444cbd hex color red value is 68, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #444cbd hue: 0.66 , saturation: 0.48 and the lightness value of 444cbd is 0.50.

The process color (four color CMYK) of #444cbd color hex is 0.64, 0.60, 0.00, 0.26. Web safe color of #444cbd is #3333cc. Color #444cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001100 10111101
Octal 104 114 275
Decimal 68 76 189
Hex 44 4C BD

RGB Percentages of Color #444cbd

%20.42
%22.82
%56.76

CMYK Percentages of Color #444cbd

%64
%60
%0
%26

Triadic Colors of #444cbd

#444cbd #bd444c #4cbd44

Analogous Colors of #444cbd

#444cbd #7944bd #4489bd

Monochromatic Colors of #444cbd

#444cbd

Complementary Color

#444cbd #bdb544

#444cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#444cbd Color CSS Codes

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

#444cbd Text Font Color

<p style="color:#444cbd">Text here</p>

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


#444cbd Background Color

<div style="background-color:#444cbd">
Div content here</div>

This div background color is #444cbd


#444cbd Border Color

<div style="border:3px solid #444cbd">
Div here</div>

This div border color is #444cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,76,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #444cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #444cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #444cbd;
  box-shadow:         1px 1px 3px 2px #444cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444cbd


Comments

No comments written yet.

Please login to write comment.