Color Hex Logo

#442aab Color Hex

#442AAB
(68,42,171)
0 Favorites   0 Comments

Color spaces of #442aab

RGB 6842171
HSL0.700.610.42
HSV252°75°67°
CMYK 0.600.750.00   0.33
XYZ10.56255.825139.0957
Yxy5.82510.19040.1050
Hunter Lab24.135235.8817-79.1468
CIE-Lab28.966846.5654-64.6229

#442aab color RGB value is (68,42,171).

#442aab hex color red value is 68, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #442aab hue: 0.70 , saturation: 0.61 and the lightness value of 442aab is 0.42.

The process color (four color CMYK) of #442aab color hex is 0.60, 0.75, 0.00, 0.33. Web safe color of #442aab is #333399. Color #442aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101010 10101011
Octal 104 52 253
Decimal 68 42 171
Hex 44 2A AB

RGB Percentages of Color #442aab

%24.20
%14.95
%60.85

CMYK Percentages of Color #442aab

%60
%75
%0
%33

Triadic Colors of #442aab

#442aab #ab442a #2aab44

Analogous Colors of #442aab

#442aab #852aab #2a50ab

Monochromatic Colors of #442aab

#442aab

Complementary Color

#442aab #91ab2a

#442aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#442aab Color CSS Codes

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

#442aab Text Font Color

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

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


#442aab Background Color

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

This div background color is #442aab


#442aab Border Color

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

This div border color is #442aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,42,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #442aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #442aab;
  -webkit-box-shadow: 1px 1px 3px 2px #442aab;
  box-shadow:         1px 1px 3px 2px #442aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442aab


Comments

No comments written yet.

Please login to write comment.