Color Hex Logo

#41057e Color Hex

#41057E
(65,5,126)
0 Favorites   0 Comments

Color spaces of #41057e

RGB 655126
HSL0.750.920.26
HSV270°96°49°
CMYK 0.480.960.00   0.51
XYZ6.00012.738719.9510
Yxy2.73870.20910.0955
Hunter Lab16.549035.7571-59.8939
CIE-Lab18.965548.3739-53.3112

#41057e color RGB value is (65,5,126).

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

The process color (four color CMYK) of #41057e color hex is 0.48, 0.96, 0.00, 0.51. Web safe color of #41057e is #330066. Color #41057e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000101 01111110
Octal 101 5 176
Decimal 65 5 126
Hex 41 5 7E

RGB Percentages of Color #41057e

%33.16
%2.55
%64.29

CMYK Percentages of Color #41057e

%48
%96
%0
%51

Triadic Colors of #41057e

#41057e #7e4105 #057e41

Analogous Colors of #41057e

#41057e #7e057e #05057e

Monochromatic Colors of #41057e

#41057e

Complementary Color

#41057e #427e05

#41057e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41057e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41057e Color CSS Codes

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

#41057e Text Font Color

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

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


#41057e Background Color

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

This div background color is #41057e


#41057e Border Color

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

This div border color is #41057e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41057e


Comments

No comments written yet.

Please login to write comment.