Color Hex Logo

#422cab Color Hex

#422CAB
(66,44,171)
0 Favorites   0 Comments

Color spaces of #422cab

RGB 6644171
HSL0.700.590.42
HSV250°74°67°
CMYK 0.610.740.00   0.33
XYZ10.49815.899939.1136
Yxy5.89990.18910.1063
Hunter Lab24.289734.6414-78.4716
CIE-Lab29.158545.2497-64.3142

#422cab color RGB value is (66,44,171).

#422cab hex color red value is 66, green value is 44 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #422cab hue: 0.70 , saturation: 0.59 and the lightness value of 422cab is 0.42.

The process color (four color CMYK) of #422cab color hex is 0.61, 0.74, 0.00, 0.33. Web safe color of #422cab is #333399. Color #422cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101100 10101011
Octal 102 54 253
Decimal 66 44 171
Hex 42 2C AB

RGB Percentages of Color #422cab

%23.49
%15.66
%60.85

CMYK Percentages of Color #422cab

%61
%74
%0
%33

Triadic Colors of #422cab

#422cab #ab422c #2cab42

Analogous Colors of #422cab

#422cab #822cab #2c55ab

Monochromatic Colors of #422cab

#422cab

Complementary Color

#422cab #95ab2c

#422cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#422cab Color CSS Codes

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

#422cab Text Font Color

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

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


#422cab Background Color

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

This div background color is #422cab


#422cab Border Color

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

This div border color is #422cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,44,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #422cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #422cab;
  -webkit-box-shadow: 1px 1px 3px 2px #422cab;
  box-shadow:         1px 1px 3px 2px #422cab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,44,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 #422cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422cab


Comments

No comments written yet.

Please login to write comment.