Color Hex Logo

#445cbd Color Hex

#445CBD
(68,92,189)
0 Favorites   0 Comments

Color spaces of #445cbd

RGB 6892189
HSL0.630.480.50
HSV228°64°74°
CMYK 0.640.510.00   0.26
XYZ15.396312.557449.7564
Yxy12.55740.19810.1616
Hunter Lab35.436415.5404-58.4438
CIE-Lab42.088622.1783-53.8964

#445cbd color RGB value is (68,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011100 10111101
Octal 104 134 275
Decimal 68 92 189
Hex 44 5C BD

RGB Percentages of Color #445cbd

%19.48
%26.36
%54.15

CMYK Percentages of Color #445cbd

%64
%51
%0
%26

Triadic Colors of #445cbd

#445cbd #bd445c #5cbd44

Analogous Colors of #445cbd

#445cbd #6944bd #4499bd

Monochromatic Colors of #445cbd

#445cbd

Complementary Color

#445cbd #bda544

#445cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#445cbd Color CSS Codes

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

#445cbd Text Font Color

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

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


#445cbd Background Color

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

This div background color is #445cbd


#445cbd Border Color

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

This div border color is #445cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445cbd


Comments

No comments written yet.

Please login to write comment.