Color Hex Logo

#424752 Color Hex

#424752
(66,71,82)
0 Favorites   0 Comments

Color spaces of #424752

RGB 667182
HSL0.610.110.29
HSV221°20°32°
CMYK 0.200.130.00   0.68
XYZ6.02306.27398.8762
Yxy6.27390.28450.2963
Hunter Lab25.0478-0.9113-3.4772
CIE-Lab30.09320.6624-7.2489

#424752 color RGB value is (66,71,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000111 01010010
Octal 102 107 122
Decimal 66 71 82
Hex 42 47 52

RGB Percentages of Color #424752

%30.14
%32.42
%37.44

CMYK Percentages of Color #424752

%20
%13
%0
%68

Triadic Colors of #424752

#424752 #524247 #475242

Analogous Colors of #424752

#424752 #454252 #424f52

Monochromatic Colors of #424752

#424752

Complementary Color

#424752 #524d42

#424752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424752 Color CSS Codes

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

#424752 Text Font Color

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

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


#424752 Background Color

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

This div background color is #424752


#424752 Border Color

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

This div border color is #424752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424752


Comments

No comments written yet.

Please login to write comment.