Color Hex Logo

#41147e Color Hex

#41147E
(65,20,126)
0 Favorites   0 Comments

Color spaces of #41147e

RGB 6520126
HSL0.740.730.29
HSV265°84°49°
CMYK 0.480.840.00   0.51
XYZ6.19603.130520.0163
Yxy3.13050.21120.1067
Hunter Lab17.693231.5459-54.6894
CIE-Lab20.559143.6483-50.6873

#41147e color RGB value is (65,20,126).

#41147e hex color red value is 65, green value is 20 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #41147e hue: 0.74 , saturation: 0.73 and the lightness value of 41147e is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010100 01111110
Octal 101 24 176
Decimal 65 20 126
Hex 41 14 7E

RGB Percentages of Color #41147e

%30.81
%9.48
%59.72

CMYK Percentages of Color #41147e

%48
%84
%0
%51

Triadic Colors of #41147e

#41147e #7e4114 #147e41

Analogous Colors of #41147e

#41147e #76147e #141c7e

Monochromatic Colors of #41147e

#41147e

Complementary Color

#41147e #517e14

#41147e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41147e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41147e Color CSS Codes

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

#41147e Text Font Color

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

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


#41147e Background Color

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

This div background color is #41147e


#41147e Border Color

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

This div border color is #41147e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41147e


Comments

No comments written yet.

Please login to write comment.