Color Hex Logo

#445dcc Color Hex

#445DCC
(68,93,204)
0 Favorites   0 Comments

Color spaces of #445dcc

RGB 6893204
HSL0.640.570.53
HSV229°67°80°
CMYK 0.670.540.00   0.20
XYZ17.197313.417358.8101
Yxy13.41730.19230.1500
Hunter Lab36.629619.7024-69.5513
CIE-Lab43.385426.8271-60.4887

#445dcc color RGB value is (68,93,204).

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

The process color (four color CMYK) of #445dcc color hex is 0.67, 0.54, 0.00, 0.20. Web safe color of #445dcc is #3366cc. Color #445dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011101 11001100
Octal 104 135 314
Decimal 68 93 204
Hex 44 5D CC

RGB Percentages of Color #445dcc

%18.63
%25.48
%55.89

CMYK Percentages of Color #445dcc

%67
%54
%0
%20

Triadic Colors of #445dcc

#445dcc #cc445d #5dcc44

Analogous Colors of #445dcc

#445dcc #6f44cc #44a1cc

Monochromatic Colors of #445dcc

#445dcc

Complementary Color

#445dcc #ccb344

#445dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#445dcc Color CSS Codes

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

#445dcc Text Font Color

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

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


#445dcc Background Color

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

This div background color is #445dcc


#445dcc Border Color

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

This div border color is #445dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445dcc


Comments

No comments written yet.

Please login to write comment.