Color Hex Logo

#411ab2 Color Hex

#411AB2
(65,26,178)
0 Favorites   0 Comments

Color spaces of #411ab2

RGB 6526178
HSL0.710.750.40
HSV255°85°70°
CMYK 0.630.850.00   0.30
XYZ10.58525.077042.5415
Yxy5.07700.18190.0872
Hunter Lab22.532244.4246-96.1688
CIE-Lab26.953055.4177-72.1544

#411ab2 color RGB value is (65,26,178).

#411ab2 hex color red value is 65, green value is 26 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #411ab2 hue: 0.71 , saturation: 0.75 and the lightness value of 411ab2 is 0.40.

The process color (four color CMYK) of #411ab2 color hex is 0.63, 0.85, 0.00, 0.30. Web safe color of #411ab2 is #333399. Color #411ab2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011010 10110010
Octal 101 32 262
Decimal 65 26 178
Hex 41 1A B2

RGB Percentages of Color #411ab2

%24.16
%9.67
%66.17

CMYK Percentages of Color #411ab2

%63
%85
%0
%30

Triadic Colors of #411ab2

#411ab2 #b2411a #1ab241

Analogous Colors of #411ab2

#411ab2 #8d1ab2 #1a3fb2

Monochromatic Colors of #411ab2

#411ab2

Complementary Color

#411ab2 #8bb21a

#411ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411ab2 Color CSS Codes

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

#411ab2 Text Font Color

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

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


#411ab2 Background Color

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

This div background color is #411ab2


#411ab2 Border Color

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

This div border color is #411ab2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,26,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #411ab2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #411ab2;
  -webkit-box-shadow: 1px 1px 3px 2px #411ab2;
  box-shadow:         1px 1px 3px 2px #411ab2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411ab2


Comments

No comments written yet.

Please login to write comment.