Color Hex Logo

#41589f Color Hex

#41589F
(65,88,159)
0 Favorites   0 Comments

Color spaces of #41589f

RGB 6588159
HSL0.630.420.44
HSV225°59°62°
CMYK 0.590.450.00   0.38
XYZ11.927710.606534.2195
Yxy10.60650.21020.1869
Hunter Lab32.56768.3812-39.4999
CIE-Lab38.909713.6485-41.3059

#41589f color RGB value is (65,88,159).

#41589f hex color red value is 65, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #41589f hue: 0.63 , saturation: 0.42 and the lightness value of 41589f is 0.44.

The process color (four color CMYK) of #41589f color hex is 0.59, 0.45, 0.00, 0.38. Web safe color of #41589f is #336699. Color #41589f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011000 10011111
Octal 101 130 237
Decimal 65 88 159
Hex 41 58 9F

RGB Percentages of Color #41589f

%20.83
%28.21
%50.96

CMYK Percentages of Color #41589f

%59
%45
%0
%38

Triadic Colors of #41589f

#41589f #9f4158 #589f41

Analogous Colors of #41589f

#41589f #59419f #41879f

Monochromatic Colors of #41589f

#41589f

Complementary Color

#41589f #9f8841

#41589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41589f Color CSS Codes

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

#41589f Text Font Color

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

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


#41589f Background Color

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

This div background color is #41589f


#41589f Border Color

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

This div border color is #41589f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,88,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41589f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41589f;
  -webkit-box-shadow: 1px 1px 3px 2px #41589f;
  box-shadow:         1px 1px 3px 2px #41589f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41589f


Comments

No comments written yet.

Please login to write comment.