Color Hex Logo

#442581 Color Hex

#442581
(68,37,129)
0 Favorites   0 Comments

Color spaces of #442581

RGB 6837129
HSL0.720.550.33
HSV260°71°51°
CMYK 0.470.710.00   0.49
XYZ7.00794.137121.1981
Yxy4.13710.21670.1279
Hunter Lab20.339925.9057-47.5538
CIE-Lab24.119636.7327-46.7440

#442581 color RGB value is (68,37,129).

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

The process color (four color CMYK) of #442581 color hex is 0.47, 0.71, 0.00, 0.49. Web safe color of #442581 is #333399. Color #442581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100101 10000001
Octal 104 45 201
Decimal 68 37 129
Hex 44 25 81

RGB Percentages of Color #442581

%29.06
%15.81
%55.13

CMYK Percentages of Color #442581

%47
%71
%0
%49

Triadic Colors of #442581

#442581 #814425 #258144

Analogous Colors of #442581

#442581 #722581 #253481

Monochromatic Colors of #442581

#442581

Complementary Color

#442581 #628125

#442581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442581 Color CSS Codes

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

#442581 Text Font Color

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

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


#442581 Background Color

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

This div background color is #442581


#442581 Border Color

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

This div border color is #442581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442581


Comments

No comments written yet.

Please login to write comment.