Color Hex Logo

#445ec5 Color Hex

#445EC5
(68,94,197)
0 Favorites   0 Comments

Color spaces of #445ec5

RGB 6894197
HSL0.630.530.52
HSV228°65°77°
CMYK 0.650.520.00   0.23
XYZ16.464613.265654.5161
Yxy13.26560.19540.1575
Hunter Lab36.422016.9527-63.2494
CIE-Lab43.160723.7207-56.8113

#445ec5 color RGB value is (68,94,197).

#445ec5 hex color red value is 68, green value is 94 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #445ec5 hue: 0.63 , saturation: 0.53 and the lightness value of 445ec5 is 0.52.

The process color (four color CMYK) of #445ec5 color hex is 0.65, 0.52, 0.00, 0.23. Web safe color of #445ec5 is #3366cc. Color #445ec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011110 11000101
Octal 104 136 305
Decimal 68 94 197
Hex 44 5E C5

RGB Percentages of Color #445ec5

%18.94
%26.18
%54.87

CMYK Percentages of Color #445ec5

%65
%52
%0
%23

Triadic Colors of #445ec5

#445ec5 #c5445e #5ec544

Analogous Colors of #445ec5

#445ec5 #6b44c5 #449fc5

Monochromatic Colors of #445ec5

#445ec5

Complementary Color

#445ec5 #c5ab44

#445ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445ec5 Color CSS Codes

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

#445ec5 Text Font Color

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

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


#445ec5 Background Color

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

This div background color is #445ec5


#445ec5 Border Color

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

This div border color is #445ec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445ec5


Comments

No comments written yet.

Please login to write comment.