Color Hex Logo

#424080 Color Hex

#424080
(66,64,128)
0 Favorites   0 Comments

Color spaces of #424080

RGB 6664128
HSL0.670.330.38
HSV242°50°50°
CMYK 0.480.500.00   0.50
XYZ7.97646.383621.2338
Yxy6.38360.22410.1793
Hunter Lab25.265812.1373-32.1423
CIE-Lab30.360319.0779-36.0491

#424080 color RGB value is (66,64,128).

#424080 hex color red value is 66, green value is 64 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #424080 hue: 0.67 , saturation: 0.33 and the lightness value of 424080 is 0.38.

The process color (four color CMYK) of #424080 color hex is 0.48, 0.50, 0.00, 0.50. Web safe color of #424080 is #333399. Color #424080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 10000000
Octal 102 100 200
Decimal 66 64 128
Hex 42 40 80

RGB Percentages of Color #424080

%25.58
%24.81
%49.61

CMYK Percentages of Color #424080

%48
%50
%0
%50

Triadic Colors of #424080

#424080 #804240 #408042

Analogous Colors of #424080

#424080 #624080 #405e80

Monochromatic Colors of #424080

#424080

Complementary Color

#424080 #7e8040

#424080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424080 Color CSS Codes

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

#424080 Text Font Color

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

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


#424080 Background Color

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

This div background color is #424080


#424080 Border Color

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

This div border color is #424080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424080


Comments

No comments written yet.

Please login to write comment.