Color Hex Logo

#410aab Color Hex

#410AAB
(65,10,171)
0 Favorites   0 Comments

Color spaces of #410aab

RGB 6510171
HSL0.720.890.35
HSV260°94°67°
CMYK 0.620.940.00   0.33
XYZ9.63924.281238.8464
Yxy4.28120.18270.0811
Hunter Lab20.691146.9472-96.8302
CIE-Lab24.580158.2548-71.8835

#410aab color RGB value is (65,10,171).

#410aab hex color red value is 65, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #410aab hue: 0.72 , saturation: 0.89 and the lightness value of 410aab is 0.35.

The process color (four color CMYK) of #410aab color hex is 0.62, 0.94, 0.00, 0.33. Web safe color of #410aab is #330099. Color #410aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001010 10101011
Octal 101 12 253
Decimal 65 10 171
Hex 41 A AB

RGB Percentages of Color #410aab

%26.42
%4.07
%69.51

CMYK Percentages of Color #410aab

%62
%94
%0
%33

Triadic Colors of #410aab

#410aab #ab410a #0aab41

Analogous Colors of #410aab

#410aab #920aab #0a23ab

Monochromatic Colors of #410aab

#410aab

Complementary Color

#410aab #74ab0a

#410aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#410aab Color CSS Codes

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

#410aab Text Font Color

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

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


#410aab Background Color

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

This div background color is #410aab


#410aab Border Color

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

This div border color is #410aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,10,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #410aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #410aab;
  -webkit-box-shadow: 1px 1px 3px 2px #410aab;
  box-shadow:         1px 1px 3px 2px #410aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410aab


Comments

No comments written yet.

Please login to write comment.