Color Hex Logo

#41415a Color Hex

#41415A
(65,65,90)
0 Favorites   0 Comments

Color spaces of #41415a

RGB 656590
HSL0.670.160.30
HSV240°28°35°
CMYK 0.280.280.00   0.65
XYZ5.91575.642610.4502
Yxy5.64260.26880.2564
Hunter Lab23.75422.8836-9.4556
CIE-Lab28.49236.3724-14.8589

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

#41415a hex color red value is 65, green value is 65 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #41415a hue: 0.67 , saturation: 0.16 and the lightness value of 41415a is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000001 01011010
Octal 101 101 132
Decimal 65 65 90
Hex 41 41 5A

RGB Percentages of Color #41415a

%29.55
%29.55
%40.91

CMYK Percentages of Color #41415a

%28
%28
%0
%65

Triadic Colors of #41415a

#41415a #5a4141 #415a41

Analogous Colors of #41415a

#41415a #4e415a #414e5a

Monochromatic Colors of #41415a

#41415a

Complementary Color

#41415a #5a5a41

#41415a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41415a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41415a Color CSS Codes

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

#41415a Text Font Color

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

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


#41415a Background Color

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

This div background color is #41415a


#41415a Border Color

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

This div border color is #41415a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,65,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 #41415a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41415a


Comments

No comments written yet.

Please login to write comment.