Color Hex Logo

#442589 Color Hex

#442589
(68,37,137)
0 Favorites   0 Comments

Color spaces of #442589

RGB 6837137
HSL0.720.570.34
HSV259°73°54°
CMYK 0.500.730.00   0.46
XYZ7.56084.358224.1096
Yxy4.35820.20990.1210
Hunter Lab20.876328.1141-53.8594
CIE-Lab24.821939.0803-50.6140

#442589 color RGB value is (68,37,137).

#442589 hex color red value is 68, green value is 37 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #442589 hue: 0.72 , saturation: 0.57 and the lightness value of 442589 is 0.34.

The process color (four color CMYK) of #442589 color hex is 0.50, 0.73, 0.00, 0.46. Web safe color of #442589 is #333399. Color #442589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100101 10001001
Octal 104 45 211
Decimal 68 37 137
Hex 44 25 89

RGB Percentages of Color #442589

%28.10
%15.29
%56.61

CMYK Percentages of Color #442589

%50
%73
%0
%46

Triadic Colors of #442589

#442589 #894425 #258944

Analogous Colors of #442589

#442589 #762589 #253889

Monochromatic Colors of #442589

#442589

Complementary Color

#442589 #6a8925

#442589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442589 Color CSS Codes

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

#442589 Text Font Color

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

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


#442589 Background Color

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

This div background color is #442589


#442589 Border Color

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

This div border color is #442589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442589


Comments

No comments written yet.

Please login to write comment.