Color Hex Logo

#424984 Color Hex

#424984
(66,73,132)
0 Favorites   0 Comments

Color spaces of #424984

RGB 6673132
HSL0.650.330.39
HSV234°50°52°
CMYK 0.500.450.00   0.48
XYZ8.79427.589322.8312
Yxy7.58930.22430.1935
Hunter Lab27.54878.7713-29.8530
CIE-Lab33.112514.4545-34.1424

#424984 color RGB value is (66,73,132).

#424984 hex color red value is 66, green value is 73 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #424984 hue: 0.65 , saturation: 0.33 and the lightness value of 424984 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 10000100
Octal 102 111 204
Decimal 66 73 132
Hex 42 49 84

RGB Percentages of Color #424984

%24.35
%26.94
%48.71

CMYK Percentages of Color #424984

%50
%45
%0
%48

Triadic Colors of #424984

#424984 #844249 #498442

Analogous Colors of #424984

#424984 #5c4284 #426a84

Monochromatic Colors of #424984

#424984

Complementary Color

#424984 #847d42

#424984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424984 Color CSS Codes

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

#424984 Text Font Color

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

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


#424984 Background Color

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

This div background color is #424984


#424984 Border Color

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

This div border color is #424984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424984

#424984 Color Palettes


Comments

No comments written yet.

Please login to write comment.