Color Hex Logo

#442fac Color Hex

#442FAC
(68,47,172)
0 Favorites   0 Comments

Color spaces of #442fac

RGB 6847172
HSL0.690.570.43
HSV250°73°67°
CMYK 0.600.730.00   0.33
XYZ10.84686.240539.6626
Yxy6.24050.19110.1100
Hunter Lab24.981033.7883-76.6487
CIE-Lab30.011344.2011-63.5060

#442fac color RGB value is (68,47,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101111 10101100
Octal 104 57 254
Decimal 68 47 172
Hex 44 2F AC

RGB Percentages of Color #442fac

%23.69
%16.38
%59.93

CMYK Percentages of Color #442fac

%60
%73
%0
%33

Triadic Colors of #442fac

#442fac #ac442f #2fac44

Analogous Colors of #442fac

#442fac #832fac #2f59ac

Monochromatic Colors of #442fac

#442fac

Complementary Color

#442fac #97ac2f

#442fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#442fac Color CSS Codes

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

#442fac Text Font Color

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

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


#442fac Background Color

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

This div background color is #442fac


#442fac Border Color

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

This div border color is #442fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,47,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 #442fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442fac


Comments

No comments written yet.

Please login to write comment.