Color Hex Logo

#445faf Color Hex

#445FAF
(68,95,175)
0 Favorites   0 Comments

Color spaces of #445faf

RGB 6895175
HSL0.620.440.48
HSV225°61°69°
CMYK 0.610.460.00   0.31
XYZ14.214012.508542.2227
Yxy12.50850.20620.1814
Hunter Lab35.36749.8456-46.0252
CIE-Lab42.013115.3403-45.8225

#445faf color RGB value is (68,95,175).

#445faf hex color red value is 68, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #445faf hue: 0.62 , saturation: 0.44 and the lightness value of 445faf is 0.48.

The process color (four color CMYK) of #445faf color hex is 0.61, 0.46, 0.00, 0.31. Web safe color of #445faf is #336699. Color #445faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011111 10101111
Octal 104 137 257
Decimal 68 95 175
Hex 44 5F AF

RGB Percentages of Color #445faf

%20.12
%28.11
%51.78

CMYK Percentages of Color #445faf

%61
%46
%0
%31

Triadic Colors of #445faf

#445faf #af445f #5faf44

Analogous Colors of #445faf

#445faf #5e44af #4495af

Monochromatic Colors of #445faf

#445faf

Complementary Color

#445faf #af9444

#445faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#445faf Color CSS Codes

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

#445faf Text Font Color

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

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


#445faf Background Color

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

This div background color is #445faf


#445faf Border Color

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

This div border color is #445faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445faf


Comments

No comments written yet.

Please login to write comment.