Color Hex Logo

#444dc1 Color Hex

#444DC1
(68,77,193)
0 Favorites   0 Comments

Color spaces of #444dc1

RGB 6877193
HSL0.650.500.51
HSV236°65°76°
CMYK 0.650.600.00   0.24
XYZ14.663410.387051.6841
Yxy10.38700.19110.1354
Hunter Lab32.228924.8129-72.5207
CIE-Lab38.528233.1295-61.9994

#444dc1 color RGB value is (68,77,193).

#444dc1 hex color red value is 68, green value is 77 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #444dc1 hue: 0.65 , saturation: 0.50 and the lightness value of 444dc1 is 0.51.

The process color (four color CMYK) of #444dc1 color hex is 0.65, 0.60, 0.00, 0.24. Web safe color of #444dc1 is #3366cc. Color #444dc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001101 11000001
Octal 104 115 301
Decimal 68 77 193
Hex 44 4D C1

RGB Percentages of Color #444dc1

%20.12
%22.78
%57.10

CMYK Percentages of Color #444dc1

%65
%60
%0
%24

Triadic Colors of #444dc1

#444dc1 #c1444d #4dc144

Analogous Colors of #444dc1

#444dc1 #7a44c1 #448cc1

Monochromatic Colors of #444dc1

#444dc1

Complementary Color

#444dc1 #c1b844

#444dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#444dc1 Color CSS Codes

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

#444dc1 Text Font Color

<p style="color:#444dc1">Text here</p>

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


#444dc1 Background Color

<div style="background-color:#444dc1">
Div content here</div>

This div background color is #444dc1


#444dc1 Border Color

<div style="border:3px solid #444dc1">
Div here</div>

This div border color is #444dc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,77,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #444dc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #444dc1;
  -webkit-box-shadow: 1px 1px 3px 2px #444dc1;
  box-shadow:         1px 1px 3px 2px #444dc1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444dc1


Comments

No comments written yet.

Please login to write comment.