Color Hex Logo

#411777 Color Hex

#411777
(65,23,119)
0 Favorites   0 Comments

Color spaces of #411777

RGB 6523119
HSL0.740.680.28
HSV266°81°47°
CMYK 0.450.810.00   0.53
XYZ5.81613.068517.7385
Yxy3.06850.21850.1153
Hunter Lab17.517128.6112-47.7773
CIE-Lab20.316240.4958-46.6177

#411777 color RGB value is (65,23,119).

#411777 hex color red value is 65, green value is 23 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #411777 hue: 0.74 , saturation: 0.68 and the lightness value of 411777 is 0.28.

The process color (four color CMYK) of #411777 color hex is 0.45, 0.81, 0.00, 0.53. Web safe color of #411777 is #330066. Color #411777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010111 01110111
Octal 101 27 167
Decimal 65 23 119
Hex 41 17 77

RGB Percentages of Color #411777

%31.40
%11.11
%57.49

CMYK Percentages of Color #411777

%45
%81
%0
%53

Triadic Colors of #411777

#411777 #774117 #177741

Analogous Colors of #411777

#411777 #711777 #171d77

Monochromatic Colors of #411777

#411777

Complementary Color

#411777 #4d7717

#411777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411777 Color CSS Codes

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

#411777 Text Font Color

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

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


#411777 Background Color

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

This div background color is #411777


#411777 Border Color

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

This div border color is #411777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411777


Comments

No comments written yet.

Please login to write comment.