Color Hex Logo

#445bae Color Hex

#445BAE
(68,91,174)
0 Favorites   0 Comments

Color spaces of #445bae

RGB 6891174
HSL0.630.440.47
HSV227°61°68°
CMYK 0.610.480.00   0.32
XYZ13.765011.767141.5902
Yxy11.76710.20510.1753
Hunter Lab34.303211.5969-47.8727
CIE-Lab40.843517.5572-47.1071

#445bae color RGB value is (68,91,174).

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

The process color (four color CMYK) of #445bae color hex is 0.61, 0.48, 0.00, 0.32. Web safe color of #445bae is #336699. Color #445bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011011 10101110
Octal 104 133 256
Decimal 68 91 174
Hex 44 5B AE

RGB Percentages of Color #445bae

%20.42
%27.33
%52.25

CMYK Percentages of Color #445bae

%61
%48
%0
%32

Triadic Colors of #445bae

#445bae #ae445b #5bae44

Analogous Colors of #445bae

#445bae #6244ae #4490ae

Monochromatic Colors of #445bae

#445bae

Complementary Color

#445bae #ae9744

#445bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#445bae Color CSS Codes

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

#445bae Text Font Color

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

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


#445bae Background Color

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

This div background color is #445bae


#445bae Border Color

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

This div border color is #445bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445bae

#445bae Color Palettes


Comments

No comments written yet.

Please login to write comment.