Color Hex Logo

#440599 Color Hex

#440599
(68,5,153)
0 Favorites   0 Comments

Color spaces of #440599

RGB 685153
HSL0.740.940.31
HSV266°97°60°
CMYK 0.560.970.00   0.40
XYZ8.18793.637430.4075
Yxy3.63740.19390.0861
Hunter Lab19.072043.2569-81.1790
CIE-Lab22.434555.1588-64.4620

#440599 color RGB value is (68,5,153).

#440599 hex color red value is 68, green value is 5 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #440599 hue: 0.74 , saturation: 0.94 and the lightness value of 440599 is 0.31.

The process color (four color CMYK) of #440599 color hex is 0.56, 0.97, 0.00, 0.40. Web safe color of #440599 is #330099. Color #440599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000101 10011001
Octal 104 5 231
Decimal 68 5 153
Hex 44 5 99

RGB Percentages of Color #440599

%30.09
%2.21
%67.70

CMYK Percentages of Color #440599

%56
%97
%0
%40

Triadic Colors of #440599

#440599 #994405 #059944

Analogous Colors of #440599

#440599 #8e0599 #051099

Monochromatic Colors of #440599

#440599

Complementary Color

#440599 #5a9905

#440599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440599 Color CSS Codes

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

#440599 Text Font Color

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

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


#440599 Background Color

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

This div background color is #440599


#440599 Border Color

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

This div border color is #440599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440599


Comments

No comments written yet.

Please login to write comment.