Color Hex Logo

#442abc Color Hex

#442ABC
(68,42,188)
0 Favorites   0 Comments

Color spaces of #442abc

RGB 6842188
HSL0.700.630.45
HSV251°78°74°
CMYK 0.640.780.00   0.26
XYZ12.28906.515748.1869
Yxy6.51570.18340.0973
Hunter Lab25.525941.2655-94.0576
CIE-Lab30.677951.6324-71.9330

#442abc color RGB value is (68,42,188).

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

The process color (four color CMYK) of #442abc color hex is 0.64, 0.78, 0.00, 0.26. Web safe color of #442abc is #3333cc. Color #442abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101010 10111100
Octal 104 52 274
Decimal 68 42 188
Hex 44 2A BC

RGB Percentages of Color #442abc

%22.82
%14.09
%63.09

CMYK Percentages of Color #442abc

%64
%78
%0
%26

Triadic Colors of #442abc

#442abc #bc442a #2abc44

Analogous Colors of #442abc

#442abc #8d2abc #2a59bc

Monochromatic Colors of #442abc

#442abc

Complementary Color

#442abc #a2bc2a

#442abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#442abc Color CSS Codes

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

#442abc Text Font Color

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

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


#442abc Background Color

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

This div background color is #442abc


#442abc Border Color

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

This div border color is #442abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442abc


Comments

No comments written yet.

Please login to write comment.