Color Hex Logo

#424152 Color Hex

#424152
(66,65,82)
0 Favorites   0 Comments

Color spaces of #424152

RGB 666582
HSL0.680.120.29
HSV244°21°32°
CMYK 0.200.210.00   0.68
XYZ5.66015.54808.7552
Yxy5.54800.28350.2779
Hunter Lab23.55421.6739-5.5504
CIE-Lab28.24224.5542-10.0444

#424152 color RGB value is (66,65,82).

#424152 hex color red value is 66, green value is 65 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #424152 hue: 0.68 , saturation: 0.12 and the lightness value of 424152 is 0.29.

The process color (four color CMYK) of #424152 color hex is 0.20, 0.21, 0.00, 0.68. Web safe color of #424152 is #333366. Color #424152 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 01010010
Octal 102 101 122
Decimal 66 65 82
Hex 42 41 52

RGB Percentages of Color #424152

%30.99
%30.52
%38.50

CMYK Percentages of Color #424152

%20
%21
%0
%68

Triadic Colors of #424152

#424152 #524241 #415242

Analogous Colors of #424152

#424152 #4b4152 #414952

Monochromatic Colors of #424152

#424152

Complementary Color

#424152 #515241

#424152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424152 Color CSS Codes

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

#424152 Text Font Color

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

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


#424152 Background Color

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

This div background color is #424152


#424152 Border Color

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

This div border color is #424152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424152

#424152 Color Palettes


Comments

No comments written yet.

Please login to write comment.