Color Hex Logo

#41529e Color Hex

#41529E
(65,82,158)
0 Favorites   0 Comments

Color spaces of #41529e

RGB 6582158
HSL0.640.420.44
HSV229°59°62°
CMYK 0.590.480.00   0.38
XYZ11.36889.627033.6068
Yxy9.62700.20820.1763
Hunter Lab31.027411.1065-42.4998
CIE-Lab37.164517.1981-43.4984

#41529e color RGB value is (65,82,158).

#41529e hex color red value is 65, green value is 82 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #41529e hue: 0.64 , saturation: 0.42 and the lightness value of 41529e is 0.44.

The process color (four color CMYK) of #41529e color hex is 0.59, 0.48, 0.00, 0.38. Web safe color of #41529e is #336699. Color #41529e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010010 10011110
Octal 101 122 236
Decimal 65 82 158
Hex 41 52 9E

RGB Percentages of Color #41529e

%21.31
%26.89
%51.80

CMYK Percentages of Color #41529e

%59
%48
%0
%38

Triadic Colors of #41529e

#41529e #9e4152 #529e41

Analogous Colors of #41529e

#41529e #5f419e #41819e

Monochromatic Colors of #41529e

#41529e

Complementary Color

#41529e #9e8d41

#41529e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41529e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41529e Color CSS Codes

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

#41529e Text Font Color

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

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


#41529e Background Color

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

This div background color is #41529e


#41529e Border Color

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

This div border color is #41529e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41529e


Comments

No comments written yet.

Please login to write comment.