Color Hex Logo

#41375a Color Hex

#41375A
(65,55,90)
0 Favorites   0 Comments

Color spaces of #41375a

RGB 655590
HSL0.710.240.28
HSV257°39°35°
CMYK 0.280.390.00   0.65
XYZ5.39164.594410.2755
Yxy4.59440.26610.2268
Hunter Lab21.43467.3890-13.4188
CIE-Lab25.546513.0361-19.4246

#41375a color RGB value is (65,55,90).

#41375a hex color red value is 65, green value is 55 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #41375a hue: 0.71 , saturation: 0.24 and the lightness value of 41375a is 0.28.

The process color (four color CMYK) of #41375a color hex is 0.28, 0.39, 0.00, 0.65. Web safe color of #41375a is #333366. Color #41375a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110111 01011010
Octal 101 67 132
Decimal 65 55 90
Hex 41 37 5A

RGB Percentages of Color #41375a

%30.95
%26.19
%42.86

CMYK Percentages of Color #41375a

%28
%39
%0
%65

Triadic Colors of #41375a

#41375a #5a4137 #375a41

Analogous Colors of #41375a

#41375a #53375a #373f5a

Monochromatic Colors of #41375a

#41375a

Complementary Color

#41375a #505a37

#41375a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41375a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41375a Color CSS Codes

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

#41375a Text Font Color

<p style="color:#41375a">Text here</p>

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


#41375a Background Color

<div style="background-color:#41375a">
Div content here</div>

This div background color is #41375a


#41375a Border Color

<div style="border:3px solid #41375a">
Div here</div>

This div border color is #41375a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,55,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41375a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41375a;
  -webkit-box-shadow: 1px 1px 3px 2px #41375a;
  box-shadow:         1px 1px 3px 2px #41375a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41375a


Comments

No comments written yet.

Please login to write comment.