Color Hex Logo

#422858 Color Hex

#422858
(66,40,88)
0 Favorites   0 Comments

Color spaces of #422858

RGB 664088
HSL0.760.380.25
HSV273°55°35°
CMYK 0.250.550.00   0.65
XYZ4.76703.38049.6338
Yxy3.38040.26810.1901
Hunter Lab18.385914.1054-18.1966
CIE-Lab21.507122.7219-24.4526

#422858 color RGB value is (66,40,88).

#422858 hex color red value is 66, green value is 40 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #422858 hue: 0.76 , saturation: 0.38 and the lightness value of 422858 is 0.25.

The process color (four color CMYK) of #422858 color hex is 0.25, 0.55, 0.00, 0.65. Web safe color of #422858 is #333366. Color #422858 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101000 01011000
Octal 102 50 130
Decimal 66 40 88
Hex 42 28 58

RGB Percentages of Color #422858

%34.02
%20.62
%45.36

CMYK Percentages of Color #422858

%25
%55
%0
%65

Triadic Colors of #422858

#422858 #584228 #285842

Analogous Colors of #422858

#422858 #582856 #2a2858

Monochromatic Colors of #422858

#422858

Complementary Color

#422858 #3e5828

#422858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422858 Color CSS Codes

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

#422858 Text Font Color

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

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


#422858 Background Color

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

This div background color is #422858


#422858 Border Color

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

This div border color is #422858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422858


Comments

No comments written yet.

Please login to write comment.