Color Hex Logo

#422988 Color Hex

#422988
(66,41,136)
0 Favorites   0 Comments

Color spaces of #422988

RGB 6641136
HSL0.710.540.35
HSV256°70°53°
CMYK 0.510.700.00   0.47
XYZ7.48364.521723.7709
Yxy4.52170.20920.1264
Hunter Lab21.264325.6075-51.3940
CIE-Lab25.326236.1725-49.1753

#422988 color RGB value is (66,41,136).

#422988 hex color red value is 66, green value is 41 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #422988 hue: 0.71 , saturation: 0.54 and the lightness value of 422988 is 0.35.

The process color (four color CMYK) of #422988 color hex is 0.51, 0.70, 0.00, 0.47. Web safe color of #422988 is #333399. Color #422988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101001 10001000
Octal 102 51 210
Decimal 66 41 136
Hex 42 29 88

RGB Percentages of Color #422988

%27.16
%16.87
%55.97

CMYK Percentages of Color #422988

%51
%70
%0
%47

Triadic Colors of #422988

#422988 #884229 #298842

Analogous Colors of #422988

#422988 #722988 #294088

Monochromatic Colors of #422988

#422988

Complementary Color

#422988 #6f8829

#422988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422988 Color CSS Codes

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

#422988 Text Font Color

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

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


#422988 Background Color

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

This div background color is #422988


#422988 Border Color

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

This div border color is #422988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422988


Comments

No comments written yet.

Please login to write comment.