Color Hex Logo

#42529d Color Hex

#42529D
(66,82,157)
0 Favorites   0 Comments

Color spaces of #42529d

RGB 6682157
HSL0.640.410.44
HSV229°58°62°
CMYK 0.580.480.00   0.38
XYZ11.34999.627233.1583
Yxy9.62720.20970.1778
Hunter Lab31.027710.9965-41.6418
CIE-Lab37.164917.0599-42.8938

#42529d color RGB value is (66,82,157).

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

The process color (four color CMYK) of #42529d color hex is 0.58, 0.48, 0.00, 0.38. Web safe color of #42529d is #336699. Color #42529d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010010 10011101
Octal 102 122 235
Decimal 66 82 157
Hex 42 52 9D

RGB Percentages of Color #42529d

%21.64
%26.89
%51.48

CMYK Percentages of Color #42529d

%58
%48
%0
%38

Triadic Colors of #42529d

#42529d #9d4252 #529d42

Analogous Colors of #42529d

#42529d #5f429d #42809d

Monochromatic Colors of #42529d

#42529d

Complementary Color

#42529d #9d8d42

#42529d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42529d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42529d Color CSS Codes

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

#42529d Text Font Color

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

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


#42529d Background Color

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

This div background color is #42529d


#42529d Border Color

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

This div border color is #42529d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42529d


Comments

No comments written yet.

Please login to write comment.