Color Hex Logo

#440194 Color Hex

#440194
(68,1,148)
0 Favorites   0 Comments

Color spaces of #440194

RGB 681148
HSL0.740.990.29
HSV267°99°58°
CMYK 0.540.990.00   0.42
XYZ7.74003.388828.2631
Yxy3.38880.19650.0860
Hunter Lab18.408742.8357-78.1426
CIE-Lab21.538254.9201-62.8592

#440194 color RGB value is (68,1,148).

#440194 hex color red value is 68, green value is 1 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #440194 hue: 0.74 , saturation: 0.99 and the lightness value of 440194 is 0.29.

The process color (four color CMYK) of #440194 color hex is 0.54, 0.99, 0.00, 0.42. Web safe color of #440194 is #330099. Color #440194 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000001 10010100
Octal 104 1 224
Decimal 68 1 148
Hex 44 1 94

RGB Percentages of Color #440194

%31.34
%0.46
%68.20

CMYK Percentages of Color #440194

%54
%99
%0
%42

Triadic Colors of #440194

#440194 #944401 #019444

Analogous Colors of #440194

#440194 #8e0194 #010794

Monochromatic Colors of #440194

#440194

Complementary Color

#440194 #519401

#440194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440194 Color CSS Codes

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

#440194 Text Font Color

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

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


#440194 Background Color

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

This div background color is #440194


#440194 Border Color

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

This div border color is #440194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440194


Comments

No comments written yet.

Please login to write comment.