Color Hex Logo

#442690 Color Hex

#442690
(68,38,144)
0 Favorites   0 Comments

Color spaces of #442690

RGB 6838144
HSL0.710.580.36
HSV257°74°56°
CMYK 0.530.740.00   0.44
XYZ8.11114.628826.8515
Yxy4.62880.20490.1169
Hunter Lab21.514629.6445-58.9370
CIE-Lab25.649940.6068-53.6096

#442690 color RGB value is (68,38,144).

#442690 hex color red value is 68, green value is 38 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #442690 hue: 0.71 , saturation: 0.58 and the lightness value of 442690 is 0.36.

The process color (four color CMYK) of #442690 color hex is 0.53, 0.74, 0.00, 0.44. Web safe color of #442690 is #333399. Color #442690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100110 10010000
Octal 104 46 220
Decimal 68 38 144
Hex 44 26 90

RGB Percentages of Color #442690

%27.20
%15.20
%57.60

CMYK Percentages of Color #442690

%53
%74
%0
%44

Triadic Colors of #442690

#442690 #904426 #269044

Analogous Colors of #442690

#442690 #792690 #263d90

Monochromatic Colors of #442690

#442690

Complementary Color

#442690 #729026

#442690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442690 Color CSS Codes

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

#442690 Text Font Color

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

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


#442690 Background Color

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

This div background color is #442690


#442690 Border Color

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

This div border color is #442690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442690


Comments

No comments written yet.

Please login to write comment.