Color Hex Logo

#444efe Color Hex

#444EFE
(68,78,254)
0 Favorites   0 Comments

Color spaces of #444efe

RGB 6878254
HSL0.660.990.63
HSV237°73°100°
CMYK 0.730.690.00   0.00
XYZ22.997713.833595.2239
Yxy13.83350.17420.1048
Hunter Lab37.193445.2829-125.7610
CIE-Lab43.993252.9760-87.8240

#444efe color RGB value is (68,78,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001110 11111110
Octal 104 116 376
Decimal 68 78 254
Hex 44 4E FE

RGB Percentages of Color #444efe

%17.00
%19.50
%63.50

CMYK Percentages of Color #444efe

%73
%69
%0
%0

Triadic Colors of #444efe

#444efe #fe444e #4efe44

Analogous Colors of #444efe

#444efe #9744fe #44abfe

Monochromatic Colors of #444efe

#444efe

Complementary Color

#444efe #fef444

#444efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#444efe Color CSS Codes

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

#444efe Text Font Color

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

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


#444efe Background Color

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

This div background color is #444efe


#444efe Border Color

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

This div border color is #444efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444efe

Related Colors


Comments

No comments written yet.

Please login to write comment.