Color Hex Logo

#424868 Color Hex

#424868
(66,72,104)
0 Favorites   0 Comments

Color spaces of #424868

RGB 6672104
HSL0.640.220.33
HSV231°37°41°
CMYK 0.370.310.00   0.59
XYZ7.06286.792514.0355
Yxy6.79250.25320.2435
Hunter Lab26.06242.7635-13.6860
CIE-Lab31.32986.2004-19.4274

#424868 color RGB value is (66,72,104).

#424868 hex color red value is 66, green value is 72 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #424868 hue: 0.64 , saturation: 0.22 and the lightness value of 424868 is 0.33.

The process color (four color CMYK) of #424868 color hex is 0.37, 0.31, 0.00, 0.59. Web safe color of #424868 is #333366. Color #424868 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 01101000
Octal 102 110 150
Decimal 66 72 104
Hex 42 48 68

RGB Percentages of Color #424868

%27.27
%29.75
%42.98

CMYK Percentages of Color #424868

%37
%31
%0
%59

Triadic Colors of #424868

#424868 #684248 #486842

Analogous Colors of #424868

#424868 #4f4268 #425b68

Monochromatic Colors of #424868

#424868

Complementary Color

#424868 #686242

#424868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424868 Color CSS Codes

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

#424868 Text Font Color

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

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


#424868 Background Color

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

This div background color is #424868


#424868 Border Color

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

This div border color is #424868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424868


Comments

No comments written yet.

Please login to write comment.