Color Hex Logo

#444aca Color Hex

#444ACA
(68,74,202)
0 Favorites   0 Comments

Color spaces of #444aca

RGB 6874202
HSL0.660.560.53
HSV237°66°79°
CMYK 0.660.630.00   0.21
XYZ15.493310.390857.0661
Yxy10.39080.18680.1253
Hunter Lab32.234829.3833-82.3984
CIE-Lab38.534938.0674-67.2255

#444aca color RGB value is (68,74,202).

#444aca hex color red value is 68, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #444aca hue: 0.66 , saturation: 0.56 and the lightness value of 444aca is 0.53.

The process color (four color CMYK) of #444aca color hex is 0.66, 0.63, 0.00, 0.21. Web safe color of #444aca is #3333cc. Color #444aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001010 11001010
Octal 104 112 312
Decimal 68 74 202
Hex 44 4A CA

RGB Percentages of Color #444aca

%19.77
%21.51
%58.72

CMYK Percentages of Color #444aca

%66
%63
%0
%21

Triadic Colors of #444aca

#444aca #ca444a #4aca44

Analogous Colors of #444aca

#444aca #8144ca #448dca

Monochromatic Colors of #444aca

#444aca

Complementary Color

#444aca #cac444

#444aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#444aca Color CSS Codes

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

#444aca Text Font Color

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

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


#444aca Background Color

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

This div background color is #444aca


#444aca Border Color

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

This div border color is #444aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444aca


Comments

No comments written yet.

Please login to write comment.