Color Hex Logo

#445abe Color Hex

#445ABE
(68,90,190)
0 Favorites   0 Comments

Color spaces of #445abe

RGB 6890190
HSL0.640.480.51
HSV229°64°75°
CMYK 0.640.530.00   0.25
XYZ15.334312.259050.2732
Yxy12.25900.19690.1574
Hunter Lab35.012916.9037-60.6225
CIE-Lab41.624823.8111-55.2276

#445abe color RGB value is (68,90,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011010 10111110
Octal 104 132 276
Decimal 68 90 190
Hex 44 5A BE

RGB Percentages of Color #445abe

%19.54
%25.86
%54.60

CMYK Percentages of Color #445abe

%64
%53
%0
%25

Triadic Colors of #445abe

#445abe #be445a #5abe44

Analogous Colors of #445abe

#445abe #6b44be #4497be

Monochromatic Colors of #445abe

#445abe

Complementary Color

#445abe #bea844

#445abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#445abe Color CSS Codes

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

#445abe Text Font Color

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

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


#445abe Background Color

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

This div background color is #445abe


#445abe Border Color

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

This div border color is #445abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445abe


Comments

No comments written yet.

Please login to write comment.