Color Hex Logo

#445dbc Color Hex

#445DBC
(68,93,188)
0 Favorites   0 Comments

Color spaces of #445dbc

RGB 6893188
HSL0.630.470.50
HSV228°64°74°
CMYK 0.640.510.00   0.26
XYZ15.375312.688549.2157
Yxy12.68850.19900.1642
Hunter Lab35.620914.7106-56.9835
CIE-Lab42.290121.1860-52.9891

#445dbc color RGB value is (68,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011101 10111100
Octal 104 135 274
Decimal 68 93 188
Hex 44 5D BC

RGB Percentages of Color #445dbc

%19.48
%26.65
%53.87

CMYK Percentages of Color #445dbc

%64
%51
%0
%26

Triadic Colors of #445dbc

#445dbc #bc445d #5dbc44

Analogous Colors of #445dbc

#445dbc #6744bc #4499bc

Monochromatic Colors of #445dbc

#445dbc

Complementary Color

#445dbc #bca344

#445dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#445dbc Color CSS Codes

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

#445dbc Text Font Color

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

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


#445dbc Background Color

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

This div background color is #445dbc


#445dbc Border Color

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

This div border color is #445dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445dbc


Comments

No comments written yet.

Please login to write comment.