Color Hex Logo

#422cb6 Color Hex

#422CB6
(66,44,182)
0 Favorites   0 Comments

Color spaces of #422cb6

RGB 6644182
HSL0.690.610.44
HSV250°76°71°
CMYK 0.640.760.00   0.29
XYZ11.59096.337044.8682
Yxy6.33700.18460.1009
Hunter Lab25.173438.1355-88.0551
CIE-Lab30.247248.6077-69.0930

#422cb6 color RGB value is (66,44,182).

#422cb6 hex color red value is 66, green value is 44 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #422cb6 hue: 0.69 , saturation: 0.61 and the lightness value of 422cb6 is 0.44.

The process color (four color CMYK) of #422cb6 color hex is 0.64, 0.76, 0.00, 0.29. Web safe color of #422cb6 is #3333cc. Color #422cb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101100 10110110
Octal 102 54 266
Decimal 66 44 182
Hex 42 2C B6

RGB Percentages of Color #422cb6

%22.60
%15.07
%62.33

CMYK Percentages of Color #422cb6

%64
%76
%0
%29

Triadic Colors of #422cb6

#422cb6 #b6422c #2cb642

Analogous Colors of #422cb6

#422cb6 #872cb6 #2c5bb6

Monochromatic Colors of #422cb6

#422cb6

Complementary Color

#422cb6 #a0b62c

#422cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422cb6 Color CSS Codes

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

#422cb6 Text Font Color

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

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


#422cb6 Background Color

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

This div background color is #422cb6


#422cb6 Border Color

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

This div border color is #422cb6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,44,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422cb6


Comments

No comments written yet.

Please login to write comment.