Color Hex Logo

#424880 Color Hex

#424880
(66,72,128)
0 Favorites   0 Comments

Color spaces of #424880

RGB 6672128
HSL0.650.320.38
HSV234°48°50°
CMYK 0.480.440.00   0.50
XYZ8.46047.351521.3951
Yxy7.35150.22740.1976
Hunter Lab27.11368.2493-27.8056
CIE-Lab32.594113.7907-32.4908

#424880 color RGB value is (66,72,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 10000000
Octal 102 110 200
Decimal 66 72 128
Hex 42 48 80

RGB Percentages of Color #424880

%24.81
%27.07
%48.12

CMYK Percentages of Color #424880

%48
%44
%0
%50

Triadic Colors of #424880

#424880 #804248 #488042

Analogous Colors of #424880

#424880 #5b4280 #426780

Monochromatic Colors of #424880

#424880

Complementary Color

#424880 #807a42

#424880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424880 Color CSS Codes

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

#424880 Text Font Color

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

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


#424880 Background Color

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

This div background color is #424880


#424880 Border Color

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

This div border color is #424880


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,72,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 #424880">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424880


Comments

No comments written yet.

Please login to write comment.