Color Hex Logo

#42585c Color Hex

#42585C
(66,88,92)
0 Favorites   0 Comments

Color spaces of #42585c

RGB 668892
HSL0.530.160.31
HSV189°28°36°
CMYK 0.280.040.00   0.64
XYZ7.66838.910411.4409
Yxy8.91040.27370.3180
Hunter Lab29.8503-6.3828-1.8292
CIE-Lab35.8112-7.2729-5.0467

#42585c color RGB value is (66,88,92).

#42585c hex color red value is 66, green value is 88 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #42585c hue: 0.53 , saturation: 0.16 and the lightness value of 42585c is 0.31.

The process color (four color CMYK) of #42585c color hex is 0.28, 0.04, 0.00, 0.64. Web safe color of #42585c is #336666. Color #42585c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 01011100
Octal 102 130 134
Decimal 66 88 92
Hex 42 58 5C

RGB Percentages of Color #42585c

%26.83
%35.77
%37.40

CMYK Percentages of Color #42585c

%28
%4
%0
%64

Triadic Colors of #42585c

#42585c #5c4258 #585c42

Analogous Colors of #42585c

#42585c #424b5c #425c53

Monochromatic Colors of #42585c

#42585c

Complementary Color

#42585c #5c4642

#42585c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42585c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42585c Color CSS Codes

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

#42585c Text Font Color

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

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


#42585c Background Color

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

This div background color is #42585c


#42585c Border Color

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

This div border color is #42585c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42585c


Comments

No comments written yet.

Please login to write comment.