Color Hex Logo

#422a66 Color Hex

#422A66
(66,42,102)
0 Favorites   0 Comments

Color spaces of #422a66

RGB 6642102
HSL0.730.420.28
HSV264°59°40°
CMYK 0.350.590.00   0.60
XYZ5.47303.773513.0103
Yxy3.77350.24590.1695
Hunter Lab19.425516.2965-26.1118
CIE-Lab22.908025.3707-31.4254

#422a66 color RGB value is (66,42,102).

#422a66 hex color red value is 66, green value is 42 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #422a66 hue: 0.73 , saturation: 0.42 and the lightness value of 422a66 is 0.28.

The process color (four color CMYK) of #422a66 color hex is 0.35, 0.59, 0.00, 0.60. Web safe color of #422a66 is #333366. Color #422a66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101010 01100110
Octal 102 52 146
Decimal 66 42 102
Hex 42 2A 66

RGB Percentages of Color #422a66

%31.43
%20.00
%48.57

CMYK Percentages of Color #422a66

%35
%59
%0
%60

Triadic Colors of #422a66

#422a66 #66422a #2a6642

Analogous Colors of #422a66

#422a66 #602a66 #2a3066

Monochromatic Colors of #422a66

#422a66

Complementary Color

#422a66 #4e662a

#422a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422a66 Color CSS Codes

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

#422a66 Text Font Color

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

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


#422a66 Background Color

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

This div background color is #422a66


#422a66 Border Color

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

This div border color is #422a66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422a66


Comments

No comments written yet.

Please login to write comment.