Color Hex Logo

#442057 Color Hex

#442057
(68,32,87)
0 Favorites   0 Comments

Color spaces of #442057

RGB 683287
HSL0.780.460.23
HSV279°63°34°
CMYK 0.220.630.00   0.66
XYZ4.62072.95019.3427
Yxy2.95010.27320.1744
Hunter Lab17.175917.9629-20.2273
CIE-Lab19.842927.9893-26.4151

#442057 color RGB value is (68,32,87).

#442057 hex color red value is 68, green value is 32 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #442057 hue: 0.78 , saturation: 0.46 and the lightness value of 442057 is 0.23.

The process color (four color CMYK) of #442057 color hex is 0.22, 0.63, 0.00, 0.66. Web safe color of #442057 is #333366. Color #442057 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100000 01010111
Octal 104 40 127
Decimal 68 32 87
Hex 44 20 57

RGB Percentages of Color #442057

%36.36
%17.11
%46.52

CMYK Percentages of Color #442057

%22
%63
%0
%66

Triadic Colors of #442057

#442057 #574420 #205744

Analogous Colors of #442057

#442057 #57204e #292057

Monochromatic Colors of #442057

#442057

Complementary Color

#442057 #335720

#442057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442057 Color CSS Codes

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

#442057 Text Font Color

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

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


#442057 Background Color

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

This div background color is #442057


#442057 Border Color

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

This div border color is #442057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442057


Comments

No comments written yet.

Please login to write comment.