Color Hex Logo

#442982 Color Hex

#442982
(68,41,130)
0 Favorites   0 Comments

Color spaces of #442982

RGB 6841130
HSL0.720.520.34
HSV258°68°51°
CMYK 0.480.680.00   0.49
XYZ7.20614.426521.5937
Yxy4.42650.21690.1332
Hunter Lab21.039224.3189-46.1250
CIE-Lab25.034134.7492-45.8839

#442982 color RGB value is (68,41,130).

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

The process color (four color CMYK) of #442982 color hex is 0.48, 0.68, 0.00, 0.49. Web safe color of #442982 is #333399. Color #442982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101001 10000010
Octal 104 51 202
Decimal 68 41 130
Hex 44 29 82

RGB Percentages of Color #442982

%28.45
%17.15
%54.39

CMYK Percentages of Color #442982

%48
%68
%0
%49

Triadic Colors of #442982

#442982 #824429 #298244

Analogous Colors of #442982

#442982 #712982 #293b82

Monochromatic Colors of #442982

#442982

Complementary Color

#442982 #678229

#442982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442982 Color CSS Codes

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

#442982 Text Font Color

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

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


#442982 Background Color

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

This div background color is #442982


#442982 Border Color

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

This div border color is #442982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442982


Comments

No comments written yet.

Please login to write comment.