Color Hex Logo

#424666 Color Hex

#424666
(66,70,102)
0 Favorites   0 Comments

Color spaces of #424666

RGB 6670102
HSL0.650.210.33
HSV233°35°40°
CMYK 0.350.310.00   0.60
XYZ6.83526.497913.4643
Yxy6.49790.25510.2425
Hunter Lab25.49103.2541-13.4732
CIE-Lab30.63546.9108-19.2351

#424666 color RGB value is (66,70,102).

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

The process color (four color CMYK) of #424666 color hex is 0.35, 0.31, 0.00, 0.60. Web safe color of #424666 is #333366. Color #424666 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000110 01100110
Octal 102 106 146
Decimal 66 70 102
Hex 42 46 66

RGB Percentages of Color #424666

%27.73
%29.41
%42.86

CMYK Percentages of Color #424666

%35
%31
%0
%60

Triadic Colors of #424666

#424666 #664246 #466642

Analogous Colors of #424666

#424666 #504266 #425866

Monochromatic Colors of #424666

#424666

Complementary Color

#424666 #666242

#424666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424666 Color CSS Codes

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

#424666 Text Font Color

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

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


#424666 Background Color

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

This div background color is #424666


#424666 Border Color

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

This div border color is #424666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424666


Comments

No comments written yet.

Please login to write comment.