Color Hex Logo

#424268 Color Hex

#424268
(66,66,104)
0 Favorites   0 Comments

Color spaces of #424268

RGB 6666104
HSL0.670.220.33
HSV240°37°41°
CMYK 0.370.370.00   0.59
XYZ6.69376.054213.9125
Yxy6.05420.25110.2271
Hunter Lab24.60535.5005-16.3005
CIE-Lab29.548810.1496-22.2021

#424268 color RGB value is (66,66,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 01101000
Octal 102 102 150
Decimal 66 66 104
Hex 42 42 68

RGB Percentages of Color #424268

%27.97
%27.97
%44.07

CMYK Percentages of Color #424268

%37
%37
%0
%59

Triadic Colors of #424268

#424268 #684242 #426842

Analogous Colors of #424268

#424268 #554268 #425568

Monochromatic Colors of #424268

#424268

Complementary Color

#424268 #686842

#424268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424268 Color CSS Codes

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

#424268 Text Font Color

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

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


#424268 Background Color

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

This div background color is #424268


#424268 Border Color

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

This div border color is #424268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424268


Comments

No comments written yet.

Please login to write comment.