Color Hex Logo

#442281 Color Hex

#442281
(68,34,129)
0 Favorites   0 Comments

Color spaces of #442281

RGB 6834129
HSL0.730.580.32
HSV261°74°51°
CMYK 0.470.740.00   0.49
XYZ6.91843.958021.1682
Yxy3.95800.21590.1235
Hunter Lab19.894727.2577-49.1589
CIE-Lab23.532138.3687-47.7024

#442281 color RGB value is (68,34,129).

#442281 hex color red value is 68, green value is 34 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #442281 hue: 0.73 , saturation: 0.58 and the lightness value of 442281 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100010 10000001
Octal 104 42 201
Decimal 68 34 129
Hex 44 22 81

RGB Percentages of Color #442281

%29.44
%14.72
%55.84

CMYK Percentages of Color #442281

%47
%74
%0
%49

Triadic Colors of #442281

#442281 #814422 #228144

Analogous Colors of #442281

#442281 #742281 #223081

Monochromatic Colors of #442281

#442281

Complementary Color

#442281 #5f8122

#442281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442281 Color CSS Codes

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

#442281 Text Font Color

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

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


#442281 Background Color

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

This div background color is #442281


#442281 Border Color

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

This div border color is #442281


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,34,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 #442281">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442281


Comments

No comments written yet.

Please login to write comment.