Color Hex Logo

#445cdf Color Hex

#445CDF
(68,92,223)
0 Favorites   0 Comments

Color spaces of #445cdf

RGB 6892223
HSL0.640.710.57
HSV231°70°87°
CMYK 0.700.590.00   0.13
XYZ19.530314.210971.5257
Yxy14.21090.18550.1350
Hunter Lab37.697326.5072-86.1067
CIE-Lab44.533934.1267-69.4903

#445cdf color RGB value is (68,92,223).

#445cdf hex color red value is 68, green value is 92 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #445cdf hue: 0.64 , saturation: 0.71 and the lightness value of 445cdf is 0.57.

The process color (four color CMYK) of #445cdf color hex is 0.70, 0.59, 0.00, 0.13. Web safe color of #445cdf is #3366cc. Color #445cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011100 11011111
Octal 104 134 337
Decimal 68 92 223
Hex 44 5C DF

RGB Percentages of Color #445cdf

%17.75
%24.02
%58.22

CMYK Percentages of Color #445cdf

%70
%59
%0
%13

Triadic Colors of #445cdf

#445cdf #df445c #5cdf44

Analogous Colors of #445cdf

#445cdf #7a44df #44aadf

Monochromatic Colors of #445cdf

#445cdf

Complementary Color

#445cdf #dfc744

#445cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#445cdf Color CSS Codes

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

#445cdf Text Font Color

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

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


#445cdf Background Color

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

This div background color is #445cdf


#445cdf Border Color

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

This div border color is #445cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445cdf


Comments

No comments written yet.

Please login to write comment.