Color Hex Logo

#424379 Color Hex

#424379
(66,67,121)
0 Favorites   0 Comments

Color spaces of #424379

RGB 6667121
HSL0.660.290.37
HSV239°45°47°
CMYK 0.450.450.00   0.53
XYZ7.70516.553018.9479
Yxy6.55300.23200.1973
Hunter Lab25.59888.9295-25.9665
CIE-Lab30.766814.8151-31.0274

#424379 color RGB value is (66,67,121).

#424379 hex color red value is 66, green value is 67 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #424379 hue: 0.66 , saturation: 0.29 and the lightness value of 424379 is 0.37.

The process color (four color CMYK) of #424379 color hex is 0.45, 0.45, 0.00, 0.53. Web safe color of #424379 is #333366. Color #424379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000011 01111001
Octal 102 103 171
Decimal 66 67 121
Hex 42 43 79

RGB Percentages of Color #424379

%25.98
%26.38
%47.64

CMYK Percentages of Color #424379

%45
%45
%0
%53

Triadic Colors of #424379

#424379 #794243 #437942

Analogous Colors of #424379

#424379 #5c4279 #425f79

Monochromatic Colors of #424379

#424379

Complementary Color

#424379 #797842

#424379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424379 Color CSS Codes

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

#424379 Text Font Color

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

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


#424379 Background Color

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

This div background color is #424379


#424379 Border Color

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

This div border color is #424379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424379


Comments

No comments written yet.

Please login to write comment.