Color Hex Logo

#42528d Color Hex

#42528D
(66,82,141)
0 Favorites   0 Comments

Color spaces of #42528d

RGB 6682141
HSL0.630.360.41
HSV227°53°55°
CMYK 0.530.420.00   0.45
XYZ10.07189.115926.4280
Yxy9.11590.22080.1998
Hunter Lab30.19256.7081-30.7627
CIE-Lab36.206511.5783-34.7458

#42528d color RGB value is (66,82,141).

#42528d hex color red value is 66, green value is 82 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #42528d hue: 0.63 , saturation: 0.36 and the lightness value of 42528d is 0.41.

The process color (four color CMYK) of #42528d color hex is 0.53, 0.42, 0.00, 0.45. Web safe color of #42528d is #336699. Color #42528d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010010 10001101
Octal 102 122 215
Decimal 66 82 141
Hex 42 52 8D

RGB Percentages of Color #42528d

%22.84
%28.37
%48.79

CMYK Percentages of Color #42528d

%53
%42
%0
%45

Triadic Colors of #42528d

#42528d #8d4252 #528d42

Analogous Colors of #42528d

#42528d #58428d #42788d

Monochromatic Colors of #42528d

#42528d

Complementary Color

#42528d #8d7d42

#42528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42528d Color CSS Codes

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

#42528d Text Font Color

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

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


#42528d Background Color

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

This div background color is #42528d


#42528d Border Color

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

This div border color is #42528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42528d

#42528d Color Palettes


Comments

No comments written yet.

Please login to write comment.