Color Hex Logo

#440095 Color Hex

#440095
(68,0,149)
0 Favorites   0 Comments

Color spaces of #440095

RGB 680149
HSL0.741.000.29
HSV267°100°58°
CMYK 0.541.000.00   0.42
XYZ7.80873.398928.6783
Yxy3.39890.19580.0852
Hunter Lab18.436143.3413-79.3233
CIE-Lab21.575455.3988-63.4166

#440095 color RGB value is (68,0,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000000 10010101
Octal 104 0 225
Decimal 68 0 149
Hex 44 0 95

RGB Percentages of Color #440095

%31.34
%0.00
%68.66

CMYK Percentages of Color #440095

%54
%100
%0
%42

Triadic Colors of #440095

#440095 #954400 #009544

Analogous Colors of #440095

#440095 #8f0095 #000795

Monochromatic Colors of #440095

#440095

Complementary Color

#440095 #519500

#440095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440095 Color CSS Codes

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

#440095 Text Font Color

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

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


#440095 Background Color

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

This div background color is #440095


#440095 Border Color

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

This div border color is #440095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440095


Comments

No comments written yet.

Please login to write comment.