Color Hex Logo

#442977 Color Hex

#442977
(68,41,119)
0 Favorites   0 Comments

Color spaces of #442977

RGB 6841119
HSL0.720.490.31
HSV261°66°47°
CMYK 0.430.660.00   0.53
XYZ6.50664.146717.9102
Yxy4.14670.22780.1452
Hunter Lab20.363421.3989-37.8927
CIE-Lab24.150631.4756-40.3579

#442977 color RGB value is (68,41,119).

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

The process color (four color CMYK) of #442977 color hex is 0.43, 0.66, 0.00, 0.53. Web safe color of #442977 is #333366. Color #442977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101001 01110111
Octal 104 51 167
Decimal 68 41 119
Hex 44 29 77

RGB Percentages of Color #442977

%29.82
%17.98
%52.19

CMYK Percentages of Color #442977

%43
%66
%0
%53

Triadic Colors of #442977

#442977 #774429 #297744

Analogous Colors of #442977

#442977 #6b2977 #293577

Monochromatic Colors of #442977

#442977

Complementary Color

#442977 #5c7729

#442977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442977 Color CSS Codes

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

#442977 Text Font Color

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

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


#442977 Background Color

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

This div background color is #442977


#442977 Border Color

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

This div border color is #442977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442977


Comments

No comments written yet.

Please login to write comment.