Color Hex Logo

#444efa Color Hex

#444EFA
(68,78,250)
0 Favorites   0 Comments

Color spaces of #444efa

RGB 6878250
HSL0.660.950.62
HSV237°73°98°
CMYK 0.730.690.00   0.02
XYZ22.363613.579891.8850
Yxy13.57980.17500.1062
Hunter Lab36.850843.8373-122.0402
CIE-Lab43.624251.6763-86.1981

#444efa color RGB value is (68,78,250).

#444efa hex color red value is 68, green value is 78 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #444efa hue: 0.66 , saturation: 0.95 and the lightness value of 444efa is 0.62.

The process color (four color CMYK) of #444efa color hex is 0.73, 0.69, 0.00, 0.02. Web safe color of #444efa is #3366ff. Color #444efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001110 11111010
Octal 104 116 372
Decimal 68 78 250
Hex 44 4E FA

RGB Percentages of Color #444efa

%17.17
%19.70
%63.13

CMYK Percentages of Color #444efa

%73
%69
%0
%2

Triadic Colors of #444efa

#444efa #fa444e #4efa44

Analogous Colors of #444efa

#444efa #9544fa #44a9fa

Monochromatic Colors of #444efa

#444efa

Complementary Color

#444efa #faf044

#444efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#444efa Color CSS Codes

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

#444efa Text Font Color

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

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


#444efa Background Color

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

This div background color is #444efa


#444efa Border Color

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

This div border color is #444efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444efa

Related Colors


Comments

No comments written yet.

Please login to write comment.