Color Hex Logo

#41265e Color Hex

#41265E
(65,38,94)
0 Favorites   0 Comments

Color spaces of #41265e

RGB 653894
HSL0.750.420.26
HSV269°60°37°
CMYK 0.310.600.00   0.63
XYZ4.89353.318210.9722
Yxy3.31820.25510.1730
Hunter Lab18.215916.0741-22.9616
CIE-Lab21.275725.3365-28.8012

#41265e color RGB value is (65,38,94).

#41265e hex color red value is 65, green value is 38 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #41265e hue: 0.75 , saturation: 0.42 and the lightness value of 41265e is 0.26.

The process color (four color CMYK) of #41265e color hex is 0.31, 0.60, 0.00, 0.63. Web safe color of #41265e is #333366. Color #41265e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100110 01011110
Octal 101 46 136
Decimal 65 38 94
Hex 41 26 5E

RGB Percentages of Color #41265e

%32.99
%19.29
%47.72

CMYK Percentages of Color #41265e

%31
%60
%0
%63

Triadic Colors of #41265e

#41265e #5e4126 #265e41

Analogous Colors of #41265e

#41265e #5d265e #26275e

Monochromatic Colors of #41265e

#41265e

Complementary Color

#41265e #435e26

#41265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41265e Color CSS Codes

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

#41265e Text Font Color

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

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


#41265e Background Color

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

This div background color is #41265e


#41265e Border Color

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

This div border color is #41265e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41265e


Comments

No comments written yet.

Please login to write comment.