Color Hex Logo

#422551 Color Hex

#422551
(66,37,81)
0 Favorites   0 Comments

Color spaces of #422551

RGB 663781
HSL0.780.370.23
HSV280°54°32°
CMYK 0.190.540.00   0.68
XYZ4.39353.07558.1466
Yxy3.07550.28140.1970
Hunter Lab17.537114.0290-15.2663
CIE-Lab20.343822.7892-21.6140

#422551 color RGB value is (66,37,81).

#422551 hex color red value is 66, green value is 37 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #422551 hue: 0.78 , saturation: 0.37 and the lightness value of 422551 is 0.23.

The process color (four color CMYK) of #422551 color hex is 0.19, 0.54, 0.00, 0.68. Web safe color of #422551 is #333366. Color #422551 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100101 01010001
Octal 102 45 121
Decimal 66 37 81
Hex 42 25 51

RGB Percentages of Color #422551

%35.87
%20.11
%44.02

CMYK Percentages of Color #422551

%19
%54
%0
%68

Triadic Colors of #422551

#422551 #514225 #255142

Analogous Colors of #422551

#422551 #51254a #2c2551

Monochromatic Colors of #422551

#422551

Complementary Color

#422551 #345125

#422551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422551 Color CSS Codes

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

#422551 Text Font Color

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

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


#422551 Background Color

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

This div background color is #422551


#422551 Border Color

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

This div border color is #422551


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,37,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #422551; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #422551;
  -webkit-box-shadow: 1px 1px 3px 2px #422551;
  box-shadow:         1px 1px 3px 2px #422551; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422551


Comments

No comments written yet.

Please login to write comment.