Color Hex Logo

#424768 Color Hex

#424768
(66,71,104)
0 Favorites   0 Comments

Color spaces of #424768

RGB 6671104
HSL0.640.220.33
HSV232°37°41°
CMYK 0.370.320.00   0.59
XYZ6.99876.664214.0142
Yxy6.66420.25290.2408
Hunter Lab25.81513.2164-14.1161
CIE-Lab31.02996.8552-19.8934

#424768 color RGB value is (66,71,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000111 01101000
Octal 102 107 150
Decimal 66 71 104
Hex 42 47 68

RGB Percentages of Color #424768

%27.39
%29.46
%43.15

CMYK Percentages of Color #424768

%37
%32
%0
%59

Triadic Colors of #424768

#424768 #684247 #476842

Analogous Colors of #424768

#424768 #504268 #425a68

Monochromatic Colors of #424768

#424768

Complementary Color

#424768 #686342

#424768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424768 Color CSS Codes

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

#424768 Text Font Color

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

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


#424768 Background Color

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

This div background color is #424768


#424768 Border Color

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

This div border color is #424768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424768


Comments

No comments written yet.

Please login to write comment.