Color Hex Logo

#442eac Color Hex

#442EAC
(68,46,172)
0 Favorites   0 Comments

Color spaces of #442eac

RGB 6846172
HSL0.700.580.43
HSV250°73°67°
CMYK 0.600.730.00   0.33
XYZ10.80736.161539.6494
Yxy6.16150.19090.1088
Hunter Lab24.822434.2772-77.3298
CIE-Lab29.816344.7468-63.8263

#442eac color RGB value is (68,46,172).

#442eac hex color red value is 68, green value is 46 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #442eac hue: 0.70 , saturation: 0.58 and the lightness value of 442eac is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101110 10101100
Octal 104 56 254
Decimal 68 46 172
Hex 44 2E AC

RGB Percentages of Color #442eac

%23.78
%16.08
%60.14

CMYK Percentages of Color #442eac

%60
%73
%0
%33

Triadic Colors of #442eac

#442eac #ac442e #2eac44

Analogous Colors of #442eac

#442eac #832eac #2e57ac

Monochromatic Colors of #442eac

#442eac

Complementary Color

#442eac #96ac2e

#442eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#442eac Color CSS Codes

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

#442eac Text Font Color

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

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


#442eac Background Color

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

This div background color is #442eac


#442eac Border Color

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

This div border color is #442eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442eac


Comments

No comments written yet.

Please login to write comment.